diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-20 17:52:55 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-20 17:52:55 +0000 |
commit | eb8d88f62cbfc70c8dc431c4eccf0ab48c9130b5 (patch) | |
tree | 18d262724670d4c10e0481dd7b7026f370025154 /Dockerfile | |
parent | c2d168e31a33c37299e25b24fa57851b97340a65 (diff) | |
download | chef-eb8d88f62cbfc70c8dc431c4eccf0ab48c9130b5.tar.gz |
Update CHANGELOG.md to reflect the promotion of 14.5.27
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 0b0d361dc1..c28071861d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM busybox MAINTAINER Chef Software, Inc. <docker@chef.io> ARG CHANNEL=stable -ARG VERSION=14.4.56 +ARG VERSION=14.5.27 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 && \ |