summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-28 15:09:11 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-28 15:09:11 +0000
commitb3a601ed71cb5b33f4c7147b067db01e4eb318fb (patch)
tree4093e85317327f19077b4943e3a25006bcca024a /Dockerfile
parente12f1f654819c8476aca9939489345333b222e4d (diff)
downloadchef-b3a601ed71cb5b33f4c7147b067db01e4eb318fb.tar.gz
Update CHANGELOG.md to reflect the promotion of 17.0.242
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 473364be60..2ee166fcd2 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.8.14
+ARG VERSION=17.0.242
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 && \