diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-03-07 02:58:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-03-07 02:58:31 +0000 |
commit | 3f615b850f57dffd1d23c9be6207948062cc2ee8 (patch) | |
tree | 0f3f7efec6954d57354277777e28e8cf9a566a09 /Dockerfile | |
parent | 031f9a7a3bf3f0bbcac6a56d81355a23caf2f8af (diff) | |
download | chef-3f615b850f57dffd1d23c9be6207948062cc2ee8.tar.gz |
Update CHANGELOG.md to reflect the promotion of 14.11.21
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 50d6b1cf0d..cc70226f52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM busybox MAINTAINER Chef Software, Inc. <docker@chef.io> ARG CHANNEL=stable -ARG VERSION=14.10.9 +ARG VERSION=14.11.21 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 && \ |