diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-12 00:10:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-12 00:10:35 +0000 |
commit | d72219f19de628b9de7463df0f42e5d813511eeb (patch) | |
tree | 1969007c782e3b3d8d038e37c68b8602ee1e5894 /Dockerfile | |
parent | 6c68ff5e1bf844bd541c0d3f1a6c41f653cc92a3 (diff) | |
download | chef-d72219f19de628b9de7463df0f42e5d813511eeb.tar.gz |
Update CHANGELOG.md to reflect the promotion of 16.8.14
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 a1df2033f8..ae06e5ba0a 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.8.9 +ARG VERSION=16.8.14 RUN wget "http://packages.chef.io/files/${CHANNEL}/chef/${VERSION}/el/7/chef-${VERSION}-1.el7.x86_64.rpm" -O /tmp/chef-client.rpm && \ rpm2cpio /tmp/chef-client.rpm | cpio -idmv && \ |