summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-16 19:32:29 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-16 19:32:29 +0000
commit09c91bd737aefd6624ab74040606328d5d457cc6 (patch)
tree91cbd357817bd13a3f8a0ca797642444dbd9c97f /Dockerfile
parent515e2a4b04521a1a9f49b9681680507e410101b0 (diff)
downloadchef-09c91bd737aefd6624ab74040606328d5d457cc6.tar.gz
Update CHANGELOG.md to reflect the promotion of 13.3.42 to stable
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4befc17d39..97461cee9e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=13.2.20
+ARG VERSION=13.3.42
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 && \