diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-09 19:56:00 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-09 19:56:00 +0000 |
commit | a8bf234a336f6fe000b042628bc0efc08cced268 (patch) | |
tree | 98a64dcf1b400a8c3f7ad7aeb2dbd6bca7e9fcb8 /Dockerfile | |
parent | 702149b4840a1e2965209e1280247645f75dbac9 (diff) | |
download | chef-a8bf234a336f6fe000b042628bc0efc08cced268.tar.gz |
Update CHANGELOG.md to reflect the promotion of 17.2.29
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 039ab7f69e..a468af5d43 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.1.35 +ARG VERSION=17.2.29 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 && \ |