From 78dfed251883ac144e366bcf5d78328ce70d9f20 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jan 2022 20:19:13 +0100 Subject: [PATCH] Update lint-checks.yaml --- .github/workflows/lint-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-checks.yaml b/.github/workflows/lint-checks.yaml index 546155249..fb903f0dc 100644 --- a/.github/workflows/lint-checks.yaml +++ b/.github/workflows/lint-checks.yaml @@ -8,7 +8,7 @@ on: jobs: hadolint: runs-on: ubuntu-latest - container: ghcr.io/hadolint/hadolint:latest-alpine + container: ghcr.io/hadolint/hadolint:latest steps: - name: ↩️ Checkout uses: actions/checkout@v2