From 19c7f55e3a26f83ab748b9aa19a1936373c9176f Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 1 Oct 2018 14:05:43 +0000 Subject: [PATCH] Executed `.expeditor/update_dockerfile.sh` Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 19 ++++++++----------- Dockerfile | 2 +- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a3be5312..189eebb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,18 @@ # Change Log - -## [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)) + - -### 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)) + +## [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)) + + ## [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)) - ## [v2.2.112](https://github.com/inspec/inspec/tree/v2.2.112) (2018-09-19) diff --git a/Dockerfile b/Dockerfile index 9e03f93ea..cafd36afd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ruby:alpine MAINTAINER Chef Software, Inc. -ARG VERSION=2.3.4 +ARG VERSION=2.3.5 ARG GEM_SOURCE=https://rubygems.org RUN mkdir -p /share