summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-08 22:23:21 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-08 22:23:21 +0000
commit6aeacddd7222d7fb5559787c6017b663d3292574 (patch)
tree1f63ffc10ef427e06c9b705998e4a14d0e8acdfb /Dockerfile
parentf9c619bbfbe98985e8460521524e39a1c010624f (diff)
downloadchef-6aeacddd7222d7fb5559787c6017b663d3292574.tar.gz
Update CHANGELOG.md to reflect the promotion of 15.2.20
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 5e982551f5..cd3fdbce8e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=15.1.36
+ARG VERSION=15.2.20
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 && \