mirror of
https://github.com/inspec/inspec
synced 2025-02-18 15:08:44 +00:00
Executed '.expeditor/update_dockerfile.sh'
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
db72bb402e
commit
b437a4cd07
2 changed files with 10 additions and 6 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -7,23 +7,27 @@
|
|||
- Minor MD reformatting for dev-docs page [#5550](https://github.com/inspec/inspec/pull/5550) ([IanMadd](https://github.com/IanMadd))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.37.23 -->
|
||||
### Changes since 4.37.23 release
|
||||
<!-- release_rollup since=4.37.25 -->
|
||||
### Changes since 4.37.25 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Minor MD reformatting for dev-docs page [#5550](https://github.com/inspec/inspec/pull/5550) ([IanMadd](https://github.com/IanMadd)) <!-- 4.37.26 -->
|
||||
- Fix related to loading dependent profiles from a profile in shell [#5547](https://github.com/inspec/inspec/pull/5547) ([Nik08](https://github.com/Nik08)) <!-- 4.37.25 -->
|
||||
- sshd_config is for daemon, not client - typo [#5549](https://github.com/inspec/inspec/pull/5549) ([jblaine](https://github.com/jblaine)) <!-- 4.37.24 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
<!-- latest_stable_release -->
|
||||
## [v4.37.25](https://github.com/inspec/inspec/tree/v4.37.25) (2021-06-10)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- sshd_config is for daemon, not client - typo [#5549](https://github.com/inspec/inspec/pull/5549) ([jblaine](https://github.com/jblaine))
|
||||
- Fix related to loading dependent profiles from a profile in shell [#5547](https://github.com/inspec/inspec/pull/5547) ([Nik08](https://github.com/Nik08))
|
||||
<!-- latest_stable_release -->
|
||||
|
||||
## [v4.37.23](https://github.com/inspec/inspec/tree/v4.37.23) (2021-06-03)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update inspec init plugin [#5536](https://github.com/inspec/inspec/pull/5536) ([Vasu1105](https://github.com/Vasu1105))
|
||||
- Removed support for compliance and a1 server from InSpec compliance [#5534](https://github.com/inspec/inspec/pull/5534) ([Nik08](https://github.com/Nik08))
|
||||
- Add Ubuntu to list of FIPS platforms [#5533](https://github.com/inspec/inspec/pull/5533) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_stable_release -->
|
||||
|
||||
## [v4.37.20](https://github.com/inspec/inspec/tree/v4.37.20) (2021-05-26)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:18.04
|
||||
LABEL maintainer="Chef Software, Inc. <docker@chef.io>"
|
||||
|
||||
ARG VERSION=4.37.23
|
||||
ARG VERSION=4.37.25
|
||||
ARG CHANNEL=stable
|
||||
|
||||
ENV PATH=/opt/inspec/bin:/opt/inspec/embedded/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue