summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-10-03 17:31:02 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-10-03 17:31:02 +0000
commit447dca82a3b2575e99ca776ad9a9fc1efea34767 (patch)
tree0a83598f992ee92b2af7726834dfeef0ead808af /Dockerfile
parentaf60f565cceff9241ad9da6af18ab2c4ca674164 (diff)
downloadchef-447dca82a3b2575e99ca776ad9a9fc1efea34767.tar.gz
Update CHANGELOG.md to reflect the promotion of 13.5.3 to stable
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
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 && \