summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-26 03:04:35 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-26 03:04:35 +0000
commitecd1a09f60cc7946021499ec1407c389cbcaa4be (patch)
tree44a857a0372e4857812aa3278dbe8c5c47439148 /Dockerfile
parenta525903251d0a25f92d0c30c7f222429000b73c0 (diff)
downloadchef-ecd1a09f60cc7946021499ec1407c389cbcaa4be.tar.gz
Update CHANGELOG.md to reflect the promotion of 14.6.47
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 af29f60055..9b47f4f170 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=14.5.33
+ARG VERSION=14.6.47
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 && \