diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-05-11 22:09:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-05-11 22:09:07 +0000 |
commit | 099560333ceb766eaaabf9b3ecfec1d68bd7d92f (patch) | |
tree | fbdfc143c58eb7df4a235135cc6b4993c7a1e89f /Dockerfile | |
parent | db2b0f83af4219dacaf8cf3eeabc789038f1eab7 (diff) | |
download | chef-099560333ceb766eaaabf9b3ecfec1d68bd7d92f.tar.gz |
Update CHANGELOG.md to reflect the promotion of 17.1.35
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 2ee166fcd2..039ab7f69e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM busybox LABEL maintainer="Chef Software, Inc. <docker@chef.io>" 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 && \ |