summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-16 04:03:43 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-16 04:03:43 +0000
commitcec85f352ad95930daad53b8dda6032d6ce7b537 (patch)
tree485b95f1e4670fa18e7751dff2ed714f98e96c25 /Dockerfile
parent9dc98621235b3fe8028b03aa4a9995300ce2f140 (diff)
downloadchef-cec85f352ad95930daad53b8dda6032d6ce7b537.tar.gz
Update CHANGELOG.md to reflect the promotion of 14.12.3
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 cc70226f52..8f2d4baa2b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=14.11.21
+ARG VERSION=14.12.3
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 && \