diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-21 22:43:20 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-21 22:43:20 +0000 |
commit | ad3b16dafbd7c27b50f9c447029b35a7b48fb233 (patch) | |
tree | 5e4cdbc1e25b06172fef52e12784549c01dd5309 /Dockerfile | |
parent | 0cedd8d6952a1565be356d44a95671414f74b684 (diff) | |
download | chef-ad3b16dafbd7c27b50f9c447029b35a7b48fb233.tar.gz |
Update CHANGELOG.md to reflect the promotion of 15.5.17
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 c9d1153cfb..2243848e23 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.16 +ARG VERSION=15.5.17 # Allow the build arg below to be controlled by either build arguments ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}} |