summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-12-13 15:41:13 +0000
committerChef Versioner <chef-versioner@chef.io>2016-12-13 15:41:13 +0000
commitc56cf68d67e01c0923009b58e01d24ce0efe537d (patch)
tree635fa04959dbbc1ae0e50e3eb7e662eec9df506c /Dockerfile
parentc489be4c9686c357120a9c5a0c25048aef5c4129 (diff)
downloadchef-c56cf68d67e01c0923009b58e01d24ce0efe537d.tar.gz
Bump version of chef to 12.17.56 by Chef Versioner.v12.17.56
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1836ffb39b..e3dea91a71 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM busybox
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
-ARG VERSION=12.16.42
+ARG VERSION=12.17.44
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 && \