summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-29 20:43:21 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-08-29 20:43:21 +0000
commitcf6e3e58d86cba36e76db6012593803a2beb031e (patch)
tree065f02a9b3c2f1b232590ae1a2c10c16726e5838 /Dockerfile
parent351b5d9d59e7ce46508107d6c51fe338c0ced955 (diff)
downloadchef-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--Dockerfile2
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 && \