summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-12 18:04:49 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-12 18:04:49 +0000
commit1861d5aa0becf825618bb4eecbd8240ae25abe90 (patch)
treeee178df0093f0dbad655e455e31c12f25539d4f2 /Dockerfile
parent36e76ead236369dc8ecbd2af7dbdf8a43e77d5b3 (diff)
downloadchef-1861d5aa0becf825618bb4eecbd8240ae25abe90.tar.gz
Update CHANGELOG.md to reflect the promotion of 15.6.10
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 2243848e23..8b91aae4af 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.17
+ARG VERSION=15.6.10
# Allow the build arg below to be controlled by either build arguments
ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}}