Unverified Commit 4ec898b0 authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

chore(deps): update hadolint/hadolint-action action to v3.2.0

parent 0c3f3d74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ jobs:
          SHELLCHECK_OPTS: -x --source-path=src -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153
      -
        name: Lint Dockerfile
        uses: hadolint/hadolint-action@v3.1.0
        uses: hadolint/hadolint-action@v3.2.0
        with:
          dockerfile: Dockerfile
          ignore: DL3008,DL3003