summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-16 09:27:42 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-16 09:27:42 +0000
commit3a6e55ba3226f41181c53a6725544af42d4525c4 (patch)
tree6501057e2b5f7b8b663e3948e9794a9da775bb14 /Dockerfile
parent5a11bd4254d72841fc0f0bb3f367448c54e805cd (diff)
downloadchef-3a6e55ba3226f41181c53a6725544af42d4525c4.tar.gz
Update CHANGELOG.md to reflect the promotion of 14.1.12
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 610739eab6..e8aed89204 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=14.1.1
+ARG VERSION=14.1.12
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 && \