summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-13 17:10:34 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-09-13 17:10:34 +0000
commit0c8fcbc25f0ca983ecfe9512195a6c84b9fe5a59 (patch)
tree1466d6764595cd4039fc787a80f92941f15aa7ed /Dockerfile
parent0f908bd71a724773f02a2c92ea6a1f0dcb1b4ca2 (diff)
downloadchef-0c8fcbc25f0ca983ecfe9512195a6c84b9fe5a59.tar.gz
Update CHANGELOG.md to reflect the promotion of 13.4.19 to stable
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 97461cee9e..d5ffd4e5ed 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=13.3.42
+ARG VERSION=13.4.19
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 && \