diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-08-29 20:43:21 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-08-29 20:43:21 +0000 |
commit | cf6e3e58d86cba36e76db6012593803a2beb031e (patch) | |
tree | 065f02a9b3c2f1b232590ae1a2c10c16726e5838 /Dockerfile | |
parent | 351b5d9d59e7ce46508107d6c51fe338c0ced955 (diff) | |
download | chef-cf6e3e58d86cba36e76db6012593803a2beb031e.tar.gz |
Update CHANGELOG.md to reflect the promotion of 14.4.56
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 60dadabedf..0b0d361dc1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM busybox MAINTAINER Chef Software, Inc. <docker@chef.io> ARG CHANNEL=stable -ARG VERSION=14.3.37 +ARG VERSION=14.4.56 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 && \ |