summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-06 23:58:16 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-11-06 23:58:16 +0000
commit223d9556f1b98e548f26d1ebe4b8eee5f1c98db2 (patch)
treecc6f6930297e0343370f359530ae04280a54b5be /Dockerfile
parente8ee4f60d3b0e9bc1bda58a3e69506d90ba3d6e1 (diff)
downloadchef-223d9556f1b98e548f26d1ebe4b8eee5f1c98db2.tar.gz
Update CHANGELOG.md to reflect the promotion of 13.6.4 to stable
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1505422358..4b3c3f5e67 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=13.6.0
+ARG VERSION=13.6.4
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 && \