diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-01 23:33:23 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-01 23:33:23 +0000 |
commit | fea143fa908e4cbbb592540f0509d2685a98538d (patch) | |
tree | 56ac24e3400eeef3d612d65d62fc312a39ac946c /Dockerfile | |
parent | ec372949c0184239e2cbb48001aef58527e26955 (diff) | |
download | chef-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-- | Dockerfile | 2 |
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 && \ |