diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-07 23:22:17 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-07 23:22:17 +0000 |
commit | 38ae8547689d560b57a7754686a34890fc451300 (patch) | |
tree | e8c01e54bff0255c1272fd2a622c190956d7c524 /Dockerfile | |
parent | 3465fb54a7b8ac894dd666b45af9d6a85490c243 (diff) | |
download | chef-38ae8547689d560b57a7754686a34890fc451300.tar.gz |
Update CHANGELOG.md to reflect the promotion of 16.0.287
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 6c539d233f..2ef9eeb0be 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.275 +ARG VERSION=16.0.287 # Allow the build arg below to be controlled by either build arguments ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}} |