summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-18 21:50:06 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-18 21:50:06 +0000
commitd1984935869a71289c89af442eff2371d9188bc1 (patch)
treea0bf8b12d76115e3c533228bbedd972c016f01dd /Dockerfile
parent7fb14323429eac7fbcc2294bb934586d1544821c (diff)
downloadchef-d1984935869a71289c89af442eff2371d9188bc1.tar.gz
Update CHANGELOG.md to reflect the promotion of 16.4.38
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 96873a1d7c..3c47d5c222 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@ FROM busybox
LABEL maintainer="Chef Software, Inc. <docker@chef.io>"
ARG CHANNEL=stable
-ARG VERSION=16.4.35
+ARG VERSION=16.4.38
RUN wget "http://packages.chef.io/files/${CHANNEL}/chef/${VERSION}/el/6/chef-${VERSION}-1.el6.x86_64.rpm" -O /tmp/chef-client.rpm && \
rpm2cpio /tmp/chef-client.rpm | cpio -idmv && \