chore: Always utilise ECR for docker.io/library

This commit is contained in:
Kjeld Schouten
2025-02-08 17:54:47 +01:00
parent a2633a65b4
commit dd05960e31
9 changed files with 11 additions and 11 deletions
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
FROM public.ecr.aws/docker/library/alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
# hadolint ignore=DL3018