From 248e47a3c993fa698abba770df204851b9fc51bf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jan 2022 21:47:15 +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 96e746aad..c06a41860 100644 --- a/.github/workflows/lint-checks.yaml +++ b/.github/workflows/lint-checks.yaml @@ -12,7 +12,7 @@ on: jobs: hadolint: runs-on: ubuntu-latest - container: ghcr.io/hadolint/hadolint:latest + container: ghcr.io/hadolint/hadolint:latest-alpine steps: - name: ↩️ Checkout uses: actions/checkout@v2