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:
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.19
|
||||
FROM public.ecr.aws/docker/library/alpine:3.22
|
||||
|
||||
RUN apk add --no-cache --upgrade \
|
||||
openssh \
|
||||
|
||||
Reference in New Issue
Block a user