From d1984935869a71289c89af442eff2371d9188bc1 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 18 Aug 2020 21:50:06 +0000 Subject: Update CHANGELOG.md to reflect the promotion of 16.4.38 Obvious fix; these changes are the result of automation not creative thinking. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 96873a1d7c..3c47d5c222 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM busybox LABEL maintainer="Chef Software, Inc. " ARG CHANNEL=stable -ARG VERSION=16.4.35 +ARG VERSION=16.4.38 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 && \ -- cgit v1.2.1