diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-26 00:04:11 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-26 00:04:11 +0000 |
commit | 1b9065ff8838a78e4994d66bfd73c0fcb40886e6 (patch) | |
tree | 7004c556c44418bf74de2217adb3bbbfaf84d4ed /Dockerfile | |
parent | 13d51514683b7e077d64079396ff131b68b20431 (diff) | |
download | chef-1b9065ff8838a78e4994d66bfd73c0fcb40886e6.tar.gz |
Update CHANGELOG.md to reflect the promotion of 16.7.61
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 94b0bce51a..7a31be9560 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM busybox LABEL maintainer="Chef Software, Inc. <docker@chef.io>" ARG CHANNEL=stable -ARG VERSION=16.6.14 +ARG VERSION=16.7.61 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 && \ |