summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-delivery@chef.io>2017-07-05 20:13:53 +0000
committerChef Expeditor <eng-services-ops+chef-delivery@chef.io>2017-07-05 20:13:53 +0000
commitc1a8cfe00daab53c0b9c96e2b759d47aec4af22c (patch)
tree94a8adb242cb165b165d3a98a54770e932c73b98 /Dockerfile
parentae4d04bbe366199e4597b375b43c254d0117c989 (diff)
downloadchef-c1a8cfe00daab53c0b9c96e2b759d47aec4af22c.tar.gz
Bump version of chef to 13.2.22 by Chef Expeditor.v13.2.22
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3d0227c94b..4befc17d39 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=13.1.31
+ARG VERSION=13.2.20
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 && \