diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-08-23 21:29:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-08-23 21:29:31 +0000 |
commit | 02fcbeabd5fdfd56c3c867a2da4c7fcc53e688e8 (patch) | |
tree | 31eaec5556c606875705e2f748c55bebfb6c224e /Dockerfile | |
parent | 0ea9ed7f6a93815f3f30e8b83dd3512c7a765b40 (diff) | |
download | chef-02fcbeabd5fdfd56c3c867a2da4c7fcc53e688e8.tar.gz |
Update CHANGELOG.md to reflect the promotion of 17.4.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 f6b6b28b21..a9f625da09 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.3.48 +ARG VERSION=17.4.25 ARG ARCH=x86_64 ARG PKG_VERSION=6 |