diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf88def0..35777a55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: docker compose -f docker-compose.yaml config --quiet - name: Lint Dockerfile with Hadolint - uses: hadolint/hadolint-action@v3.3.0 + uses: hadolint/hadolint-action@v3.4.0 with: dockerfile: Dockerfile failure-threshold: error