diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-14 19:36:19 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-14 19:36:19 +0000 |
commit | fe65320e7d009cd8822b9060ff910c57766693ec (patch) | |
tree | b64cc94249216513ceaa70fca8dee81f83a74d25 /Dockerfile | |
parent | 3fae09bbfe56e8b8112daf6d6c5b8a1707d924c2 (diff) | |
download | chef-fe65320e7d009cd8822b9060ff910c57766693ec.tar.gz |
Update CHANGELOG.md to reflect the promotion of 13.4.24 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 d5ffd4e5ed..2e32d2e452 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM busybox MAINTAINER Chef Software, Inc. <docker@chef.io> ARG CHANNEL=stable -ARG VERSION=13.4.19 +ARG VERSION=13.4.24 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 && \ |