diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-01 23:28:56 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-01 23:28:56 +0000 |
commit | e41d11a37dc4370a8608d0b93244d8e5ddc45245 (patch) | |
tree | e143f46890ed7882c56727ae4fae75673eb7a83f /Dockerfile | |
parent | 45632e76104603ae3b9eefe56fde19be0e89aed3 (diff) | |
download | chef-e41d11a37dc4370a8608d0b93244d8e5ddc45245.tar.gz |
Update CHANGELOG.md to reflect the promotion of 17.8.25
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 874c1a7afa..4b7538cbba 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.7.29 +ARG VERSION=17.8.25 ARG ARCH=x86_64 ARG PKG_VERSION=6 |