diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-17 23:48:22 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-17 23:48:22 +0000 |
commit | 6942a9ad22a3626ab2f7c530f436cfbf9b92df91 (patch) | |
tree | d39df9e9191f69471327e0956b00d4c4581fd003 /Dockerfile | |
parent | bfb055a0bbfe9981ef66ccfba673aaecf337df00 (diff) | |
download | chef-6942a9ad22a3626ab2f7c530f436cfbf9b92df91.tar.gz |
Update CHANGELOG.md to reflect the promotion of 16.2.44
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 15564d7042..4d7f5c3f79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ LABEL maintainer="Chef Software, Inc. <docker@chef.io>" ARG EXPEDITOR_CHANNEL ARG CHANNEL=stable ARG EXPEDITOR_VERSION -ARG VERSION=16.1.16 +ARG VERSION=16.2.44 # Allow the build arg below to be controlled by either build arguments ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}} |