diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96cd23840..8aa929954 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,9 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Lint Dockerfile - uses: hadolint/hadolint-action@master + uses: hadolint/hadolint-action@v3.1 with: - dockerfile: Dockerfile - ignore: DL3007,DL3018 # Ignore using latest on mlocati/php-extension-installer & version in apk add + ignore: DL3007,DL3018 # Ignore using latest on mlocati/php-extension-installer and version in apk add build: name: Docker build runs-on: ubuntu-latest