summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-05-02 22:59:12 +0000
committerChef Versioner <chef-versioner@chef.io>2017-05-02 22:59:12 +0000
commit9c86d2b41f6373b1c2d891a3d2117ba318a78d40 (patch)
tree56793a434b879de27a8f35964cbe14c9a5bd826f /Dockerfile
parentb2abfa294eb51775885657230b6a32485d2634f1 (diff)
downloadchef-9c86d2b41f6373b1c2d891a3d2117ba318a78d40.tar.gz
Bump version of chef to 13.1.8 by Chef Versioner.v13.1.8
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8eccfc63e1..5bb2a542a9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=13.0.118
+ARG VERSION=12.20.3
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 && \