summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-27 23:40:41 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-27 23:40:41 +0000
commita725e76f53bfe45116ef2bf8090fd2030ca0d2f1 (patch)
treec954e040b00d0ad4b8b7d9fdc7ba0f71f1b63ad2 /Dockerfile
parent99e539e7fec9d7c241bba5d9ab3ae18985eedc55 (diff)
downloadchef-a725e76f53bfe45116ef2bf8090fd2030ca0d2f1.tar.gz
Update CHANGELOG.md to reflect the promotion of 12.21.14 to stable
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2e32d2e452..51e1669a26 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.24
+ARG VERSION=12.21.14
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 && \