diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-09-17 22:54:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-09-17 22:54:07 +0000 |
commit | 74857c999643efe58232eb5049c539916a76e3d8 (patch) | |
tree | 355d8f23ccd532f0fb3f5a9a84a392bbfe95aa57 /Dockerfile | |
parent | 1847d923ce6cd9259a577f90eba74f6908787222 (diff) | |
download | chef-74857c999643efe58232eb5049c539916a76e3d8.tar.gz |
Update CHANGELOG.md to reflect the promotion of 16.5.64
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 86359f927e..859adbb0e6 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.4.41 +ARG VERSION=16.5.64 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 && \ |