summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-05 05:19:13 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-05 05:19:13 +0000
commitec53e5ff30344216700ae42f72883477661feb91 (patch)
treed0bf7dea26da3b08b7748fc1a9510a39c222c2d1 /Dockerfile
parente305b145bc8b7a021c1bcb4c745e8456e1e420b8 (diff)
downloadchef-ec53e5ff30344216700ae42f72883477661feb91.tar.gz
Update CHANGELOG.md to reflect the promotion of 16.0.275
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 2f38431e3d..6c539d233f 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.257
+ARG VERSION=16.0.275
# Allow the build arg below to be controlled by either build arguments
ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}}