diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-19 22:27:39 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-19 22:27:39 +0000 |
commit | 4e41bec4d3b7f46a3fc496bd5eabf60ad2166d3f (patch) | |
tree | 3f44589dd50538ad068534acd3ce87470c55e587 /Dockerfile | |
parent | 8c2b403c6e4fcb9fe91c258d55766f5135f45875 (diff) | |
download | chef-4e41bec4d3b7f46a3fc496bd5eabf60ad2166d3f.tar.gz |
Update CHANGELOG.md to reflect the promotion of 15.5.15
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 238686f033..a1a37a548c 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.9 +ARG VERSION=15.5.15 # Allow the build arg below to be controlled by either build arguments ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}} |