We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a507b5 commit 7371eebCopy full SHA for 7371eeb
1 file changed
.github/workflows/template-build.yml
@@ -57,7 +57,7 @@ jobs:
57
echo "dockerfile=${{ inputs.directory }}/Dockerfile" >> "$GITHUB_OUTPUT"
58
59
- name: Lint the Dockerfile
60
- uses: hadolint/hadolint-action@v3.2.0
+ uses: hadolint/hadolint-action@v3.3.0
61
with:
62
dockerfile: ${{ steps.meta.outputs.dockerfile }}
63
0 commit comments