diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-10-03 17:31:02 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-10-03 17:31:02 +0000 |
commit | 447dca82a3b2575e99ca776ad9a9fc1efea34767 (patch) | |
tree | 0a83598f992ee92b2af7726834dfeef0ead808af /Dockerfile | |
parent | af60f565cceff9241ad9da6af18ab2c4ca674164 (diff) | |
download | chef-447dca82a3b2575e99ca776ad9a9fc1efea34767.tar.gz |
Update CHANGELOG.md to reflect the promotion of 13.5.3 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 51e1669a26..25e6b5ff0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM busybox MAINTAINER Chef Software, Inc. <docker@chef.io> ARG CHANNEL=stable -ARG VERSION=12.21.14 +ARG VERSION=13.5.3 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 && \ |