summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-03 20:57:04 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-03 20:57:04 +0000
commit02cd2520f58752807b2a004eef60e2213adb2a07 (patch)
tree5a40704d07fd59c60b73b183cbb3cdf6ac147c23 /Dockerfile
parent3d9c8f4cbb1226ac09c3fd88f03168ff45035695 (diff)
downloadchef-02cd2520f58752807b2a004eef60e2213adb2a07.tar.gz
Update CHANGELOG.md to reflect the promotion of 14.0.190
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4c87de012c..686d8760ca 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=13.6.4
+ARG VERSION=14.0.190
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 && \