diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-30 21:17:13 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-30 21:17:13 +0000 |
commit | 721cd70716b9cb91ecfd5867330a9d03244aa399 (patch) | |
tree | 51f8db52b823da231a4d29781b28c07cc112c3c6 /Dockerfile | |
parent | b24a7b2fff4043283de6bb97ce2edab1bb80009e (diff) | |
download | chef-721cd70716b9cb91ecfd5867330a9d03244aa399.tar.gz |
Update CHANGELOG.md to reflect the promotion of 14.13.11
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 7d6ba4ec3c..bc85c3aa4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM busybox MAINTAINER Chef Software, Inc. <docker@chef.io> ARG CHANNEL=stable -ARG VERSION=14.12.9 +ARG VERSION=14.13.11 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 && \ |