mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-07 22:57:17 +02:00
Use hadolint:latest-alpine since :latest no longer contains a shell
This commit is contained in:
parent
4b0bc2ddf2
commit
90da405dc3
@ -11,7 +11,7 @@ stages:
|
|||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: hadolint/hadolint:latest
|
image: hadolint/hadolint:latest-alpine
|
||||||
# DL3018: We don't need alpine version pins
|
# DL3018: We don't need alpine version pins
|
||||||
script: hadolint --ignore DL3018 Dockerfile.template
|
script: hadolint --ignore DL3018 Dockerfile.template
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user