summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-11 01:42:46 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-11 01:42:46 +0000
commit26fc0e123cb7675b773f58b14467e445cff96b2f (patch)
tree59649be553014d4fce6776d16d6f7deebcf6ccf3 /Dockerfile
parent00ca8236fdc83ca2a70fcd3d5154b6d10747121a (diff)
downloadchef-26fc0e123cb7675b773f58b14467e445cff96b2f.tar.gz
Update CHANGELOG.md to reflect the promotion of 16.8.9
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 56a6f61940..a1df2033f8 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.7.61
+ARG VERSION=16.8.9
RUN wget "http://packages.chef.io/files/${CHANNEL}/chef/${VERSION}/el/7/chef-${VERSION}-1.el7.x86_64.rpm" -O /tmp/chef-client.rpm && \
rpm2cpio /tmp/chef-client.rpm | cpio -idmv && \