diff options
author | Chef Expeditor <eng-services-ops+chef-delivery@chef.io> | 2017-07-05 20:13:53 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-delivery@chef.io> | 2017-07-05 20:13:53 +0000 |
commit | c1a8cfe00daab53c0b9c96e2b759d47aec4af22c (patch) | |
tree | 94a8adb242cb165b165d3a98a54770e932c73b98 /Dockerfile | |
parent | ae4d04bbe366199e4597b375b43c254d0117c989 (diff) | |
download | chef-c1a8cfe00daab53c0b9c96e2b759d47aec4af22c.tar.gz |
Bump version of chef to 13.2.22 by Chef Expeditor.v13.2.22
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
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 && \ |