diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-07 17:57:51 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-06-07 17:57:51 +0000 |
commit | 7124b8cf1ab63cef731b1943c6d8dad2fe131469 (patch) | |
tree | 1eaef1123b0b6a95a72bce46cc0dcfe731ef1dd6 /Dockerfile | |
parent | 15dfd1ade57036c09291f6e317e21057188c87b9 (diff) | |
download | chef-7124b8cf1ab63cef731b1943c6d8dad2fe131469.tar.gz |
Update CHANGELOG.md to reflect the promotion of 14.2.0
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index e8aed89204..0ca62b4d12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM busybox MAINTAINER Chef Software, Inc. <docker@chef.io> ARG CHANNEL=stable -ARG VERSION=14.1.12 +ARG VERSION=14.2.0 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 && \ |