summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDavin Taddeo <davin@chef.io>2020-09-30 13:11:08 -0400
committerDavin Taddeo <davin@chef.io>2020-09-30 13:11:08 -0400
commit3017f86f0363f6fb0b0d1dea32a4bb637055158a (patch)
treea88f98e919783e7736cab3cec5ceaa256a170143 /Dockerfile
parent1f147b43fa93d716c52a6d4c7cca07e7beedd925 (diff)
parent050ebb9bae23ac288a74d52fd1e2e898d019c4ea (diff)
downloadchef-3017f86f0363f6fb0b0d1dea32a4bb637055158a.tar.gz
Merge branch 'master' of github.com:chef/chef into main
Signed-off-by: Davin Taddeo <davin@chef.io>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 86359f927e..70aed5aa58 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.77
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 && \