summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-17 22:54:07 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-17 22:54:07 +0000
commit74857c999643efe58232eb5049c539916a76e3d8 (patch)
tree355d8f23ccd532f0fb3f5a9a84a392bbfe95aa57 /Dockerfile
parent1847d923ce6cd9259a577f90eba74f6908787222 (diff)
downloadchef-74857c999643efe58232eb5049c539916a76e3d8.tar.gz
Update CHANGELOG.md to reflect the promotion of 16.5.64
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 86359f927e..859adbb0e6 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.41
+ARG VERSION=16.5.64
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 && \