summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-21 23:11:32 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-21 23:11:32 +0000
commite6f743cbadc5547a0b3431cb13fb8f9630734a4b (patch)
treebecaafc2ea8dd862d29524b27078fc838d00eeef /Dockerfile
parent06c7302555c67a97dd790048f70d8a4a562597d6 (diff)
downloadchef-e6f743cbadc5547a0b3431cb13fb8f9630734a4b.tar.gz
Update CHANGELOG.md to reflect the promotion of 17.3.48
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 a468af5d43..372ecfcd4e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@ FROM busybox
LABEL maintainer="Chef Software, Inc. <docker@chef.io>"
ARG CHANNEL=stable
-ARG VERSION=17.2.29
+ARG VERSION=17.3.48
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 && \