diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-03 20:57:04 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-03 20:57:04 +0000 |
commit | 02cd2520f58752807b2a004eef60e2213adb2a07 (patch) | |
tree | 5a40704d07fd59c60b73b183cbb3cdf6ac147c23 /Dockerfile | |
parent | 3d9c8f4cbb1226ac09c3fd88f03168ff45035695 (diff) | |
download | chef-02cd2520f58752807b2a004eef60e2213adb2a07.tar.gz |
Update CHANGELOG.md to reflect the promotion of 14.0.190
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 4c87de012c..686d8760ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM busybox MAINTAINER Chef Software, Inc. <docker@chef.io> ARG CHANNEL=stable -ARG VERSION=13.6.4 +ARG VERSION=14.0.190 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 && \ |