diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-29 17:44:53 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-29 17:44:53 +0000 |
commit | aea681173ed4f8d00b187ca33d933212b273ef38 (patch) | |
tree | e100eb2e853007fb4f578752662bdad8ea103291 /Dockerfile | |
parent | 4ebacc95ee9bf66f40acd22bb8af14808388df9b (diff) | |
download | chef-aea681173ed4f8d00b187ca33d933212b273ef38.tar.gz |
Update CHANGELOG.md to reflect the promotion of 16.3.45
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 d5a4792216..4d2898cf17 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.3.38 +ARG VERSION=16.3.45 # Allow the build arg below to be controlled by either build arguments ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}} |