summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-10-30 23:11:14 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-10-30 23:11:14 +0000
commit7f0b5150c32994b4ad593505172c5834a984b087 (patch)
treef1821f99f25f9dc4014f260de672d65e06be1cd0 /Dockerfile
parentab5dc0216a2a26d0bf99b888d6fa5fffe40d79c5 (diff)
downloadchef-7f0b5150c32994b4ad593505172c5834a984b087.tar.gz
Update CHANGELOG.md to reflect the promotion of 13.6.0 to stable
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
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 && \