summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-15 19:02:03 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-15 19:02:03 +0000
commitb84d384a058d2159c610771beccfe7728c28a688 (patch)
treef9c2665aad521c9305c9a0d6d249c0dfd5210093 /Dockerfile
parent44b62029f97cbeacb9d6a99a2d6da18097e3108b (diff)
downloadchef-b84d384a058d2159c610771beccfe7728c28a688.tar.gz
Update CHANGELOG.md to reflect the promotion of 16.1.0
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 2ef9eeb0be..bbf06aa91f 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.0.287
+ARG VERSION=16.1.0
# Allow the build arg below to be controlled by either build arguments
ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}}