summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-30 00:31:05 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-30 00:31:05 +0000
commit0773dfdb8b2d5f9a60057ececac5f1738d041ea5 (patch)
treea053ad79443f62fbf8b28d76f9d33861ca28459e /Dockerfile
parentc11cd22b894b477de2125e88af28f5eb031dbada (diff)
downloadchef-0773dfdb8b2d5f9a60057ececac5f1738d041ea5.tar.gz
Update CHANGELOG.md to reflect the promotion of 14.10.9
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 58ce3c38d4..50d6b1cf0d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=14.9.13
+ARG VERSION=14.10.9
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 && \