summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-01 03:10:46 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-01 03:10:46 +0000
commit93cb2accdb53a48981527c576d44604ffaee8f64 (patch)
tree816b50a0d0baa06b793c81d8b6eb06c5de214fe1 /Dockerfile
parent5e8499d625c9a6541f3b8f29bd39634c4d533daa (diff)
downloadchef-93cb2accdb53a48981527c576d44604ffaee8f64.tar.gz
Update CHANGELOG.md to reflect the promotion of 16.2.73
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 46ea6a4f14..fb92e9f904 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.50
+ARG VERSION=16.2.73
# Allow the build arg below to be controlled by either build arguments
ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}}