diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-28 15:06:58 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-28 15:06:58 +0000 |
commit | f9fcfb4b1e89c211fafa270a54459275f91d7d7b (patch) | |
tree | c57759c46c35944d594d439d9a924e3f36d92433 /Dockerfile | |
parent | 87eb4537b3502da5b7ba95ada4fbe91f11e3311f (diff) | |
download | chef-f9fcfb4b1e89c211fafa270a54459275f91d7d7b.tar.gz |
Update CHANGELOG.md to reflect the promotion of 16.0.257
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 8b91aae4af..2f38431e3d 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=15.6.10 +ARG VERSION=16.0.257 # Allow the build arg below to be controlled by either build arguments ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}} |