summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-16 21:37:50 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-16 21:37:50 +0000
commitdf885a1e35366e6180632741918ab0e774c671a4 (patch)
tree9d2ddfe892e1be720ac9c1d2bf6772ff50ab6c82 /Dockerfile
parent759404194ec79e3e6a360140e646ac44d62d850b (diff)
downloadchef-df885a1e35366e6180632741918ab0e774c671a4.tar.gz
Update CHANGELOG.md to reflect the promotion of 15.0.300
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 1677afbd60..de20c3647e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=15.0.298
+ARG VERSION=15.0.300
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 && \