Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Dockerfile linter
uses: hadolint/hadolint-action@v3.1.0
uses: hadolint/hadolint-action@v3.2.0
# For now, ignoring:
# DL3008 warning: Pin versions in apt get install (e.g., apt-get install <package>=<version>);
# DL4006 warning: Set the SHELL option -o pipefail before RUN with a pipe in it; and
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4

- name: Dockerfile linter
uses: hadolint/hadolint-action@v3.1.0
uses: hadolint/hadolint-action@v3.2.0
# For now, ignoring:
# DL3008 warning: Pin versions in apt get install (e.g., apt-get install <package>=<version>)
with:
Expand Down