summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2018-01-18 14:15:44 +0000
committerGitHub <noreply@github.com>2018-01-18 14:15:44 +0000
commit23d1aed242c7933f85e6258cba47b9dc4e7e4521 (patch)
tree1f1ec42fc87dd99049f0c97fab14e5022e1225bb
parentb12f3cc1e899006ac01bfef9348b89e19ab5027c (diff)
parent5ae87e1f2a7872e82ef36e8671b88c1223a7bb1b (diff)
downloadchef-23d1aed242c7933f85e6258cba47b9dc4e7e4521.tar.gz
Merge pull request #6750 from chef/tduffield/docker-rhel6
Update Dockerfile to use RHEL6 build
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4b3c3f5e67..4c87de012c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG CHANNEL=stable
ARG VERSION=13.6.4
-RUN wget "http://packages.chef.io/files/${CHANNEL}/chef/${VERSION}/el/5/chef-${VERSION}-1.el5.x86_64.rpm" -O /tmp/chef-client.rpm && \
+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 && \
rm -rf /tmp/chef-client.rpm