diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-05-02 22:59:12 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-05-02 22:59:12 +0000 |
commit | 9c86d2b41f6373b1c2d891a3d2117ba318a78d40 (patch) | |
tree | 56793a434b879de27a8f35964cbe14c9a5bd826f /Dockerfile | |
parent | b2abfa294eb51775885657230b6a32485d2634f1 (diff) | |
download | chef-9c86d2b41f6373b1c2d891a3d2117ba318a78d40.tar.gz |
Bump version of chef to 13.1.8 by Chef Versioner.v13.1.8
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
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 && \ |