diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-21 03:56:46 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-21 03:56:46 +0000 |
commit | 243a7a05a0119f1986532298820186e916889223 (patch) | |
tree | aeb280baf5b6f075cf549af6e43b2ff60ddc8ba6 /Dockerfile | |
parent | 5d160ea2c26af935eb04a573d7a3f42962e4f569 (diff) | |
download | chef-243a7a05a0119f1986532298820186e916889223.tar.gz |
Update CHANGELOG.md to reflect the promotion of 15.5.16
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 a1a37a548c..c9d1153cfb 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.5.15 +ARG VERSION=15.5.16 # Allow the build arg below to be controlled by either build arguments ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}} |