diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e91308acd..d67764b01e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -147,7 +147,7 @@ jobs: uses: actions/checkout@v5 - name: Execute dockerlinter - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: Dockerfile ignore: DL3007,DL3018