Use hadolint:latest-alpine since :latest no longer contains a shell

This commit is contained in:
Justin Kromlinger 2021-03-25 17:53:09 +01:00
parent 4b0bc2ddf2
commit 90da405dc3
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -11,7 +11,7 @@ stages:
lint:
stage: lint
image: hadolint/hadolint:latest
image: hadolint/hadolint:latest-alpine
# DL3018: We don't need alpine version pins
script: hadolint --ignore DL3018 Dockerfile.template
except: