summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-22 18:07:13 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-22 18:07:13 +0000
commit42445a55fe97a4c8c1b5b88b91b38e3f15babc61 (patch)
tree2554c16ffed9cb14e46307e1b9a4bcf9a6c36ee7 /Dockerfile
parent4efd03f9a9df45cf34c60f9a7210e6a42756af6b (diff)
downloadchef-42445a55fe97a4c8c1b5b88b91b38e3f15babc61.tar.gz
Bump version of chef to 12.19.35 by Chef Versioner.v12.19.35
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ea79037581..222b79183a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=12.18.31
+ARG VERSION=12.19.33
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 && \