diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-27 16:43:40 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-27 16:43:40 +0000 |
commit | 20052aba8982b37ea20fd128d7dd52c5527d2d79 (patch) | |
tree | fd95b7152a1550b70da969d00413dd2fb4eff661 /Dockerfile | |
parent | 08b8ea5f8b456353e9e0940b5d01bb8f40797183 (diff) | |
download | chef-20052aba8982b37ea20fd128d7dd52c5527d2d79.tar.gz |
Update CHANGELOG.md to reflect the promotion of 16.3.38
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 fb92e9f904..d5a4792216 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.2.73 +ARG VERSION=16.3.38 # Allow the build arg below to be controlled by either build arguments ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}} |