From 099560333ceb766eaaabf9b3ecfec1d68bd7d92f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 11 May 2021 22:09:07 +0000 Subject: Update CHANGELOG.md to reflect the promotion of 17.1.35 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 2ee166fcd2..039ab7f69e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM busybox LABEL maintainer="Chef Software, Inc. " ARG CHANNEL=stable -ARG VERSION=17.0.242 +ARG VERSION=17.1.35 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