summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-14 22:57:42 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-14 22:57:42 +0000
commit28abb471609b167d44978d2f9bf418fd43ad0ed7 (patch)
tree4873d48f00ff059fbd6d01772c298930c45a327e /Dockerfile
parent68ae58517a0afab1b8290c4693aad32fb43b83af (diff)
downloadchef-28abb471609b167d44978d2f9bf418fd43ad0ed7.tar.gz
Update CHANGELOG.md to reflect the promotion of 16.6.14
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 70aed5aa58..94b0bce51a 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.5.77
+ARG VERSION=16.6.14
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 && \