diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 67a160f..fcd043f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -26,7 +26,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v4.1.7 - name: Lint Dockerfile - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: "${{ matrix.config.name }}/Dockerfile" - name: Prepare tags