Change from DockerHub to AWS public ECR

DockerHub now has a harsh limit on public pulls, thus changing the
container registry.
This commit is contained in:
2025-10-22 01:49:45 +02:00
parent f7e7a3db0e
commit 0117c272fa

View File

@@ -1,4 +1,4 @@
FROM alpine:3.19 FROM public.ecr.aws/docker/library/alpine:3.22
RUN apk add --no-cache --upgrade \ RUN apk add --no-cache --upgrade \
openssh \ openssh \