Executed .expeditor/update_dockerfile.sh

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-10-12 20:16:38 +00:00
parent 23a5a8d864
commit 8b4724da79
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
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 2.3.24 -->
<!-- latest_release -->
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [v2.3.24](https://github.com/inspec/inspec/tree/v2.3.24) (2018-10-12)
#### Bug Fixes
- Fix plugin install issues in different ruby envs [#3505](https://github.com/inspec/inspec/pull/3505) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup since=2.3.23 -->
### Changes since 2.3.23 release
#### Bug Fixes
- Fix plugin install issues in different ruby envs [#3505](https://github.com/inspec/inspec/pull/3505) ([jquick](https://github.com/jquick)) <!-- 2.3.24 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [v2.3.23](https://github.com/inspec/inspec/tree/v2.3.23) (2018-10-12)
#### Enhancements
@ -35,7 +33,6 @@
- docs: Add version to multiple descriptions doc [#3477](https://github.com/inspec/inspec/pull/3477) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
- Set a static node GUID for travis runs [#3497](https://github.com/inspec/inspec/pull/3497) ([jquick](https://github.com/jquick))
- Fix plugin issues on omni builds [#3499](https://github.com/inspec/inspec/pull/3499) ([jquick](https://github.com/jquick))
<!-- latest_stable_release -->
## [v2.3.10](https://github.com/inspec/inspec/tree/v2.3.10) (2018-10-04)

View file

@ -1,7 +1,7 @@
FROM ruby:alpine
MAINTAINER Chef Software, Inc. <docker@chef.io>
ARG VERSION=2.3.23
ARG VERSION=2.3.24
ARG GEM_SOURCE=https://rubygems.org
RUN mkdir -p /share