diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-14 03:19:08 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-14 03:19:08 +0000 |
commit | e03ed1cd2ecc66793d4c4b1cd7bc52e3c2200973 (patch) | |
tree | baf1fd776bcd1e2fb167968a6c91b699c766de69 /Dockerfile | |
parent | 0a9c4578f694a744d48ad7e6c0bdb1032df090cd (diff) | |
download | chef-e03ed1cd2ecc66793d4c4b1cd7bc52e3c2200973.tar.gz |
Update CHANGELOG.md to reflect the promotion of 15.0.293
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 70b442ad07..16012e4ee2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM busybox MAINTAINER Chef Software, Inc. <docker@chef.io> ARG CHANNEL=stable -ARG VERSION=14.12.9 +ARG VERSION=15.0.293 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 && \ |