diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-10-30 23:11:14 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-10-30 23:11:14 +0000 |
commit | 7f0b5150c32994b4ad593505172c5834a984b087 (patch) | |
tree | f1821f99f25f9dc4014f260de672d65e06be1cd0 /Dockerfile | |
parent | ab5dc0216a2a26d0bf99b888d6fa5fffe40d79c5 (diff) | |
download | chef-7f0b5150c32994b4ad593505172c5834a984b087.tar.gz |
Update CHANGELOG.md to reflect the promotion of 13.6.0 to stable
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 25e6b5ff0b..1505422358 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM busybox MAINTAINER Chef Software, Inc. <docker@chef.io> ARG CHANNEL=stable -ARG VERSION=13.5.3 +ARG VERSION=13.6.0 RUN wget "http://packages.chef.io/files/${CHANNEL}/chef/${VERSION}/el/5/chef-${VERSION}-1.el5.x86_64.rpm" -O /tmp/chef-client.rpm && \ rpm2cpio /tmp/chef-client.rpm | cpio -idmv && \ |