summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-08 19:07:03 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-08 19:07:03 +0000
commit11ee737f57177deba0305875183f30b1ee9aef20 (patch)
tree597aa1cc4694380e018759c557ed9c247892d834 /Dockerfile
parenta4eb32c0a39741a29a55d4fe3ed9873d51a06804 (diff)
downloadchef-11ee737f57177deba0305875183f30b1ee9aef20.tar.gz
Update CHANGELOG.md to reflect the promotion of 14.7.17
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 9b47f4f170..93e8101164 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=14.6.47
+ARG VERSION=14.7.17
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 && \