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-01 14:05:43 +00:00
parent ccb50da4b6
commit 19c7f55e3a
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.5 -->
## [v2.3.5](https://github.com/inspec/inspec/tree/v2.3.5) (2018-09-28)
#### Bug Fixes
- Update plugin gem install code [#3453](https://github.com/inspec/inspec/pull/3453) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- latest_release -->
<!-- release_rollup since=2.3.4 -->
### Changes since 2.3.4 release
#### Bug Fixes
- Update plugin gem install code [#3453](https://github.com/inspec/inspec/pull/3453) ([jquick](https://github.com/jquick)) <!-- 2.3.5 -->
<!-- release_rollup -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [v2.3.5](https://github.com/inspec/inspec/tree/v2.3.5) (2018-10-01)
#### Bug Fixes
- Update plugin gem install code [#3453](https://github.com/inspec/inspec/pull/3453) ([jquick](https://github.com/jquick))
<!-- latest_stable_release -->
## [v2.3.4](https://github.com/inspec/inspec/tree/v2.3.4) (2018-09-28)
#### New Features
@ -37,7 +35,6 @@
- RFC inspec style guide [#3356](https://github.com/inspec/inspec/pull/3356) ([arlimus](https://github.com/arlimus))
- Pin postgresql to a lower cookbook version [#3449](https://github.com/inspec/inspec/pull/3449) ([jquick](https://github.com/jquick))
- Plugins: Example CLI Plugin, a Resource Lister [#3421](https://github.com/inspec/inspec/pull/3421) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_stable_release -->
## [v2.2.112](https://github.com/inspec/inspec/tree/v2.2.112) (2018-09-19)

View file

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