diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-23 20:51:00 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-23 20:51:00 +0000 |
commit | 6bc4a4f299f93a66291751f14b36b28882ae2948 (patch) | |
tree | 2a62b4a6230656a6a814c951e3b7992724c5778f /Dockerfile | |
parent | bd28207a70f951bc23f249ee1d05f11bf2207b22 (diff) | |
download | chef-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-- | Dockerfile | 2 |
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}} |