diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0e756db..8a9e624 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -32,7 +32,7 @@ jobs: - name: checkout uses: actions/checkout@v3 - name: lint api dockerfile - uses: hadolint/hadolint-action@v1.6.0 + uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: Dockerfile - name: Build the Docker image @@ -44,7 +44,7 @@ jobs: - name: checkout uses: actions/checkout@v3 - name: lint ui dockerfile - uses: hadolint/hadolint-action@v1.6.0 + uses: hadolint/hadolint-action@v3.1.0 with: dockerfile: ui/Dockerfile - name: Build the Docker image