summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-27 03:39:37 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-27 03:39:37 +0000
commitd897f3265650c096669ba6c6da2f7530dd21f134 (patch)
tree1b513e008aba93609a89b64d6bd8711b208d040a /Dockerfile
parent4d0bd5b962f033499119fc736fb1126237d131e3 (diff)
downloadchef-d897f3265650c096669ba6c6da2f7530dd21f134.tar.gz
Update CHANGELOG.md to reflect the promotion of 16.1.16
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 bbf06aa91f..15564d7042 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=16.1.0
+ARG VERSION=16.1.16
# Allow the build arg below to be controlled by either build arguments
ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}}