diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-13 01:13:18 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-13 01:13:18 +0000 |
commit | 53751d87107e459c049997a4c4e7c8dae8771df6 (patch) | |
tree | 3d7816910a4ea36e5f99c31aaf76968cecab1462 /Dockerfile | |
parent | c957d409875f06746b987f423a500a387b56667f (diff) | |
download | chef-53751d87107e459c049997a4c4e7c8dae8771df6.tar.gz |
Update CHANGELOG.md to reflect the promotion of 16.9.20
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 aa4bc3a62e..9b8cc84381 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.9.17 +ARG VERSION=16.9.20 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 && \ |