diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-05 05:19:13 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-05 05:19:13 +0000 |
commit | ec53e5ff30344216700ae42f72883477661feb91 (patch) | |
tree | d0bf7dea26da3b08b7748fc1a9510a39c222c2d1 /Dockerfile | |
parent | e305b145bc8b7a021c1bcb4c745e8456e1e420b8 (diff) | |
download | chef-ec53e5ff30344216700ae42f72883477661feb91.tar.gz |
Update CHANGELOG.md to reflect the promotion of 16.0.275
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 2f38431e3d..6c539d233f 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.0.257 +ARG VERSION=16.0.275 # Allow the build arg below to be controlled by either build arguments ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}} |