Executed '.expeditor/update_dockerfile.sh'

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-09-28 15:01:40 +00:00
parent ded881473f
commit 347fe8bfb6
2 changed files with 9 additions and 12 deletions

View file

@ -1,20 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.23.11 -->
## [v4.23.11](https://github.com/inspec/inspec/tree/v4.23.11) (2020-09-25)
#### Merged Pull Requests
- Add Chef patent URL to --help, tidy help output [#5255](https://github.com/inspec/inspec/pull/5255) ([james-stocks](https://github.com/james-stocks))
<!-- latest_release -->
<!-- latest_release -->
<!-- release_rollup since=4.23.10 -->
### Changes since 4.23.10 release
#### Merged Pull Requests
- Add Chef patent URL to --help, tidy help output [#5255](https://github.com/inspec/inspec/pull/5255) ([james-stocks](https://github.com/james-stocks)) <!-- 4.23.11 -->
<!-- release_rollup -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [v4.23.11](https://github.com/inspec/inspec/tree/v4.23.11) (2020-09-28)
#### Merged Pull Requests
- Add Chef patent URL to --help, tidy help output [#5255](https://github.com/inspec/inspec/pull/5255) ([james-stocks](https://github.com/james-stocks))
<!-- latest_stable_release -->
## [v4.23.10](https://github.com/inspec/inspec/tree/v4.23.10) (2020-09-23)
#### Merged Pull Requests
@ -24,7 +22,6 @@
- Bump faraday dependencies [#5181](https://github.com/inspec/inspec/pull/5181) ([Schwad](https://github.com/Schwad))
- Cw/reporter plugin junit [#5244](https://github.com/inspec/inspec/pull/5244) ([Schwad](https://github.com/Schwad))
- Update documentation for junit plugins [#5259](https://github.com/inspec/inspec/pull/5259) ([james-stocks](https://github.com/james-stocks))
<!-- latest_stable_release -->
## [v4.23.4](https://github.com/inspec/inspec/tree/v4.23.4) (2020-09-14)

View file

@ -2,7 +2,7 @@ FROM ruby:alpine
LABEL maintainer="Chef Software, Inc. <docker@chef.io>"
ARG EXPEDITOR_VERSION
ARG VERSION=4.23.10
ARG VERSION=4.23.11
# GEM_SOURCE is kept away from expeditor controlled ARGs to accomodate 3rd party distros
ARG GEM_SOURCE=https://rubygems.org