summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-01 23:33:23 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-01 23:33:23 +0000
commitfea143fa908e4cbbb592540f0509d2685a98538d (patch)
tree56ac24e3400eeef3d612d65d62fc312a39ac946c /Dockerfile
parentec372949c0184239e2cbb48001aef58527e26955 (diff)
downloadchef-fea143fa908e4cbbb592540f0509d2685a98538d.tar.gz
Update CHANGELOG.md to reflect the promotion of 15.1.36
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 de20c3647e..5e982551f5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=15.0.300
+ARG VERSION=15.1.36
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 && \