diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-09-12 00:54:57 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-09-12 00:54:57 +0000 |
commit | 5048626424be5940caaff34b9aeee85918a2ec80 (patch) | |
tree | 7bab165b995dd546e2560243d9630e81b94142a7 /Dockerfile | |
parent | 37ee85044a8ca7f286ae7eb558c34680dbcd5dc4 (diff) | |
download | chef-5048626424be5940caaff34b9aeee85918a2ec80.tar.gz |
Update CHANGELOG.md to reflect the promotion of 15.3.14
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 437511e9cf..cb219fc1e3 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.2.20 +ARG VERSION=15.3.14 # Allow the build arg below to be controlled by either build arguments ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}} |