diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-25 17:07:56 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-25 17:07:56 +0000 |
commit | 1c4217d0f97d6c6cfe46a9d373898ff9ecb8a76f (patch) | |
tree | 0747279ace2ec4ee6b00887b6065f5fa786f43d1 /Dockerfile | |
parent | 30ae8c51dee9e281509f126ef44612f7cf5d8ab6 (diff) | |
download | chef-1c4217d0f97d6c6cfe46a9d373898ff9ecb8a76f.tar.gz |
Update CHANGELOG.md to reflect the promotion of 14.5.33
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 c28071861d..af29f60055 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM busybox MAINTAINER Chef Software, Inc. <docker@chef.io> ARG CHANNEL=stable -ARG VERSION=14.5.27 +ARG VERSION=14.5.33 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 && \ |