summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-23 20:51:00 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-23 20:51:00 +0000
commit6bc4a4f299f93a66291751f14b36b28882ae2948 (patch)
tree2a62b4a6230656a6a814c951e3b7992724c5778f /Dockerfile
parentbd28207a70f951bc23f249ee1d05f11bf2207b22 (diff)
downloadchef-6bc4a4f299f93a66291751f14b36b28882ae2948.tar.gz
Update CHANGELOG.md to reflect the promotion of 16.2.50
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 4d7f5c3f79..46ea6a4f14 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.2.44
+ARG VERSION=16.2.50
# Allow the build arg below to be controlled by either build arguments
ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}}