Executed '.expeditor/update_dockerfile.sh'

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2022-03-23 22:28:34 +00:00
parent 830a74b927
commit 3bc1d244d0
2 changed files with 10 additions and 13 deletions

View file

@ -1,21 +1,19 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.56.19 -->
## [v4.56.19](https://github.com/inspec/inspec/tree/v4.56.19) (2022-03-23)
#### Merged Pull Requests
- Backport Oracle session resource fix when empty results and zero rows [#5943](https://github.com/inspec/inspec/pull/5943) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- latest_release -->
<!-- release_rollup since=4.56.17 -->
### Changes since 4.56.17 release
#### Merged Pull Requests
- Backport Oracle session resource fix when empty results and zero rows [#5943](https://github.com/inspec/inspec/pull/5943) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.19 -->
- Backport empty postgres query fix to inspec 4 [#5942](https://github.com/inspec/inspec/pull/5942) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.56.18 -->
<!-- release_rollup -->
<!-- release_rollup -->
<!-- latest_stable_release -->
## [v4.56.19](https://github.com/inspec/inspec/tree/v4.56.19) (2022-03-23)
#### Merged Pull Requests
- Backport empty postgres query fix to inspec 4 [#5942](https://github.com/inspec/inspec/pull/5942) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Backport Oracle session resource fix when empty results and zero rows [#5943](https://github.com/inspec/inspec/pull/5943) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_stable_release -->
## [v4.56.17](https://github.com/inspec/inspec/tree/v4.56.17) (2022-03-15)
#### New Features
@ -61,7 +59,6 @@
- CFINSPEC-68 backport target id inspec 4 [#5917](https://github.com/inspec/inspec/pull/5917) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Backport firewalld update - inspec-4 [#5919](https://github.com/inspec/inspec/pull/5919) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Backport filtertable lazy instance to inspec-4 [#5922](https://github.com/inspec/inspec/pull/5922) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_stable_release -->
## [v4.52.9](https://github.com/inspec/inspec/tree/v4.52.9) (2021-12-20)

View file

@ -1,7 +1,7 @@
FROM ubuntu:18.04
LABEL maintainer="Chef Software, Inc. <docker@chef.io>"
ARG VERSION=4.56.17
ARG VERSION=4.56.19
ARG CHANNEL=stable
ENV PATH=/opt/inspec/bin:/opt/inspec/embedded/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin