summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-24 08:25:37 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-24 08:25:37 +0000
commitf06f65889cae8c56f22957fa0cd7d8387a4738eb (patch)
treefc84ee9aecb2608a3fd0b4e922c91fcd5f5383ed /Dockerfile
parentce30c4c1e008de6b9b385ebbe9bd4ab5331cb8cf (diff)
downloadchef-f06f65889cae8c56f22957fa0cd7d8387a4738eb.tar.gz
Bump version of chef to 12.18.49 by Chef Versioner.v12.18.49
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e3dea91a71..ea79037581 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=12.17.44
+ARG VERSION=12.18.31
RUN wget "http://packages.chef.io/files/${CHANNEL}/chef/${VERSION}/el/5/chef-${VERSION}-1.el5.x86_64.rpm" -O /tmp/chef-client.rpm && \
rpm2cpio /tmp/chef-client.rpm | cpio -idmv && \