summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-15 23:37:43 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-15 23:37:43 +0000
commiteb962e07ddd302e462c70294721aaffa9bf5fee7 (patch)
tree38c9e304fe6de338b13dd0e142638a2e3ff53111 /Dockerfile
parent156f26ffac89e419c6b362322a47bf2abc5ea208 (diff)
downloadchef-eb962e07ddd302e462c70294721aaffa9bf5fee7.tar.gz
Update CHANGELOG.md to reflect the promotion of 15.0.298
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 16012e4ee2..1677afbd60 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.293
+ARG VERSION=15.0.298
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 && \