From 0117c272fa7260589399ca605696665253e8e953 Mon Sep 17 00:00:00 2001 From: Roy Nilsson Date: Wed, 22 Oct 2025 01:49:45 +0200 Subject: [PATCH] Change from DockerHub to AWS public ECR DockerHub now has a harsh limit on public pulls, thus changing the container registry. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 219d67c..3398a8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19 +FROM public.ecr.aws/docker/library/alpine:3.22 RUN apk add --no-cache --upgrade \ openssh \