summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-30 21:17:13 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-30 21:17:13 +0000
commit721cd70716b9cb91ecfd5867330a9d03244aa399 (patch)
tree51f8db52b823da231a4d29781b28c07cc112c3c6 /Dockerfile
parentb24a7b2fff4043283de6bb97ce2edab1bb80009e (diff)
downloadchef-721cd70716b9cb91ecfd5867330a9d03244aa399.tar.gz
Update CHANGELOG.md to reflect the promotion of 14.13.11
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 7d6ba4ec3c..bc85c3aa4c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=14.12.9
+ARG VERSION=14.13.11
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 && \