Skip to content

Commit 8f1081f

Browse files
Merge pull request #13 from darkwizard242/feature/bump-hadolint-to-2.14.0
bump hadolint to 2.14.0
2 parents b7cd4db + d9aac03 commit 8f1081f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Available variables are listed below (located in `defaults/main.yml`):
1616

1717
```yaml
1818
hadolint_app: hadolint
19-
hadolint_version: 2.13.1
19+
hadolint_version: 2.14.0
2020
hadolint_os: "{{ ansible_system }}"
2121
hadolint_architecture_map:
2222
amd64: x86_64
@@ -37,7 +37,7 @@ hadolint_bin_permission_mode: '0755'
3737
Variable | Description
3838
---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------
3939
hadolint_app | Defines the app to install i.e. **hadolint**
40-
hadolint_version | Defined to dynamically fetch the desired version to install. Defaults to: **2.13.1**
40+
hadolint_version | Defined to dynamically fetch the desired version to install. Defaults to: **2.14.0**
4141
hadolint_os | Defines os type.
4242
hadolint_architecture_map | Defines os architecture.
4343
hadolint_dl_url | Defines URL to download the hadolint binary from.

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# defaults file for hadolint
33

44
hadolint_app: hadolint
5-
hadolint_version: 2.13.1
5+
hadolint_version: 2.14.0
66
hadolint_os: "{{ ansible_system }}"
77
hadolint_architecture_map:
88
amd64: x86_64

0 commit comments

Comments
 (0)