diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-08-08 22:23:21 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-08-08 22:23:21 +0000 |
commit | 6aeacddd7222d7fb5559787c6017b663d3292574 (patch) | |
tree | 1f63ffc10ef427e06c9b705998e4a14d0e8acdfb /Dockerfile | |
parent | f9c619bbfbe98985e8460521524e39a1c010624f (diff) | |
download | chef-6aeacddd7222d7fb5559787c6017b663d3292574.tar.gz |
Update CHANGELOG.md to reflect the promotion of 15.2.20
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 5e982551f5..cd3fdbce8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM busybox MAINTAINER Chef Software, Inc. <docker@chef.io> ARG CHANNEL=stable -ARG VERSION=15.1.36 +ARG VERSION=15.2.20 RUN wget "http://packages.chef.io/files/${CHANNEL}/chef/${VERSION}/el/6/chef-${VERSION}-1.el6.x86_64.rpm" -O /tmp/chef-client.rpm && \ rpm2cpio /tmp/chef-client.rpm | cpio -idmv && \ |