summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-11 15:05:24 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-11 15:05:24 +0000
commitfec928e2d60c7b258d55db20d544e973aeaaeddf (patch)
tree5486ed1537ed815842e3ad5290fcc8738b025b44 /Dockerfile
parent293eb409c165b0080178f378211dde1cbb81c916 (diff)
downloadchef-fec928e2d60c7b258d55db20d544e973aeaaeddf.tar.gz
Update CHANGELOG.md to reflect the promotion of 14.3.37
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0ca62b4d12..60dadabedf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=14.2.0
+ARG VERSION=14.3.37
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 && \