diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-11-17 14:10:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-11-17 14:10:35 +0000 |
commit | 1f4ec9fd3587ae4efdc3b20b273bd64164328063 (patch) | |
tree | 90469f4b05052699069b91659c9e9972da664679 /Dockerfile | |
parent | 03d69806e70b545617f0923dc849c812855b987a (diff) | |
download | chef-1f4ec9fd3587ae4efdc3b20b273bd64164328063.tar.gz |
Update CHANGELOG.md to reflect the promotion of 18.0.185
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 c37c58b2f7..5a2477a4e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM busybox LABEL maintainer="Chef Software, Inc. <docker@chef.io>" ARG CHANNEL=stable -ARG VERSION=18.0.169 +ARG VERSION=18.0.185 ARG ARCH=x86_64 ARG PKG_VERSION=6 |