diff --git a/.github/workflows/testing-pull-request.yaml b/.github/workflows/testing-pull-request.yaml index 678ffff..68f2aa6 100644 --- a/.github/workflows/testing-pull-request.yaml +++ b/.github/workflows/testing-pull-request.yaml @@ -36,6 +36,9 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - uses: hadolint/hadolint-action@v3.1.0 + with: + recursive: true - name: Docker Version run: docker version - name: Docker Compose Settings diff --git a/infra/docker/php/Dockerfile b/infra/docker/php/Dockerfile index 63e1a1d..499b527 100644 --- a/infra/docker/php/Dockerfile +++ b/infra/docker/php/Dockerfile @@ -19,13 +19,13 @@ COPY --from=composer:2.7 /usr/bin/composer /usr/bin/composer RUN <