summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-29 00:33:52 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-29 00:33:52 +0000
commit050ebb9bae23ac288a74d52fd1e2e898d019c4ea (patch)
tree2432f86061f8497a8a391887c730b72083227296 /Dockerfile
parent5b644de95c0bf6564dbcedcd99fbded0c09a9be3 (diff)
downloadchef-050ebb9bae23ac288a74d52fd1e2e898d019c4ea.tar.gz
Update CHANGELOG.md to reflect the promotion of 16.5.77
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 859adbb0e6..70aed5aa58 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.64
+ARG VERSION=16.5.77
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 && \