diff --git a/CHANGELOG.md b/CHANGELOG.md index f8cbf4d0d..55804fbd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,23 @@ # Change Log - -## [v2.1.83](https://github.com/chef/inspec/tree/v2.1.83) (2018-05-18) - -#### Merged Pull Requests -- Test new gem builds [#3071](https://github.com/chef/inspec/pull/3071) ([jquick](https://github.com/jquick)) + - -### Changes since 2.1.81 release - -#### Merged Pull Requests -- Test new gem builds [#3071](https://github.com/chef/inspec/pull/3071) ([jquick](https://github.com/jquick)) -- Update ruby required version. [#3070](https://github.com/chef/inspec/pull/3070) ([jquick](https://github.com/jquick)) + +## [v2.1.83](https://github.com/chef/inspec/tree/v2.1.83) (2018-05-18) + +#### Merged Pull Requests +- Update ruby required version. [#3070](https://github.com/chef/inspec/pull/3070) ([jquick](https://github.com/jquick)) +- Test new gem builds [#3071](https://github.com/chef/inspec/pull/3071) ([jquick](https://github.com/jquick)) + + ## [v2.1.81](https://github.com/chef/inspec/tree/v2.1.81) (2018-05-17) #### Merged Pull Requests - Update Train pin to pull in msi env [#3068](https://github.com/chef/inspec/pull/3068) ([jquick](https://github.com/jquick)) - ## [v2.1.80](https://github.com/chef/inspec/tree/v2.1.80) (2018-05-17) diff --git a/Dockerfile b/Dockerfile index 283ec337f..699859d4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ruby:alpine MAINTAINER Chef Software, Inc. -ARG VERSION=2.1.81 +ARG VERSION=2.1.83 ARG GEM_SOURCE=https://rubygems.org RUN mkdir -p /share