summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-08 12:58:57 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-08 12:58:57 +0000
commitdbee7f652952beb8e1056f6e6731223672788838 (patch)
treee55b34af40920d0cbeb9087fa1d7179747e1fc24 /Dockerfile
parent28a25d50ea3a1ea0cad7d2cbad0e89dcc82a2802 (diff)
downloadchef-dbee7f652952beb8e1056f6e6731223672788838.tar.gz
Update CHANGELOG.md to reflect the promotion of 14.1.1
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 48ad2bdbd6..610739eab6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=14.0.202
+ARG VERSION=14.1.1
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 && \