summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-18 03:44:47 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-18 03:44:47 +0000
commit5477a96d7725f557502939fc99531b0806978044 (patch)
treebbdfa0ea97f03d9cf91f22a56bc969db58635ae1 /Dockerfile
parent5eec7126f77c10bcdd1e71854a118174724dcf04 (diff)
downloadchef-5477a96d7725f557502939fc99531b0806978044.tar.gz
Update CHANGELOG.md to reflect the promotion of 16.4.35
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 5d2610093d..96873a1d7c 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.3.45
+ARG VERSION=16.4.35
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 && \