diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-16 21:22:09 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-16 21:22:09 +0000 |
commit | d14020c1e5cb8ac1c553470008ebf2c64f96bc7a (patch) | |
tree | 4a564c1fec628ebd012429fa8bb53abb279778ec /Dockerfile | |
parent | 7c1c0b125689526f559970a45e869ae967d2b3e3 (diff) | |
download | chef-d14020c1e5cb8ac1c553470008ebf2c64f96bc7a.tar.gz |
Update CHANGELOG.md to reflect the promotion of 14.0.202
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 686d8760ca..48ad2bdbd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM busybox MAINTAINER Chef Software, Inc. <docker@chef.io> ARG CHANNEL=stable -ARG VERSION=14.0.190 +ARG VERSION=14.0.202 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 && \ |