summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-09-12 00:54:57 +0000
committerChef Expeditor <chef-ci@chef.io>2019-09-12 00:54:57 +0000
commit5048626424be5940caaff34b9aeee85918a2ec80 (patch)
tree7bab165b995dd546e2560243d9630e81b94142a7 /Dockerfile
parent37ee85044a8ca7f286ae7eb558c34680dbcd5dc4 (diff)
downloadchef-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--Dockerfile2
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}}