diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-08-28 02:41:47 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-08-28 02:41:47 +0000 |
commit | 2c6232c52c8b2745eefb417720f7c4188ad8b8ed (patch) | |
tree | c0c2a2c44c9c0efa7593de450c9ac104151de988 /Dockerfile | |
parent | 59fcbc6c6c0c55ce24698b1ce3d2e6fc31047f2e (diff) | |
download | chef-2c6232c52c8b2745eefb417720f7c4188ad8b8ed.tar.gz |
Update CHANGELOG.md to reflect the promotion of 17.4.38
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 a9f625da09..e4fa20444f 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.4.25 +ARG VERSION=17.4.38 ARG ARCH=x86_64 ARG PKG_VERSION=6 |