summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-19 21:10:18 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-19 21:10:18 +0000
commitf2894d7147483011c8d94473a5994ed72922bf1d (patch)
tree0a44f944ff0496ac18ac69abb5bd91b57c866f05 /Dockerfile
parent0f3f63d6f427368eb2d0193c4e363d8a6f7d6f9a (diff)
downloadchef-f2894d7147483011c8d94473a5994ed72922bf1d.tar.gz
Update CHANGELOG.md to reflect the promotion of 16.4.41
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 3c47d5c222..86359f927e 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.38
+ARG VERSION=16.4.41
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 && \