From 29c5d4f6768a3eabefd963cd3bc3e81ebfffd056 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Thu, 3 Jul 2025 22:43:20 -0700 Subject: feat: update the docker registry --- src/git-snapshot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/git-snapshot/Dockerfile') diff --git a/src/git-snapshot/Dockerfile b/src/git-snapshot/Dockerfile index a474d90..a79452d 100644 --- a/src/git-snapshot/Dockerfile +++ b/src/git-snapshot/Dockerfile @@ -1,6 +1,6 @@ ARG GIT_SNAPSHOT=0.0.2 ARG BASE_VER=latest -FROM public.ecr.aws/s0f9o2k5/base:${BASE_VER} +FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER} ARG GIT_SNAPSHOT SHELL ["/bin/bash", "-c"] RUN install_deb python3-minimal python3-pip python3-setuptools python3-wheel git \ -- cgit v1.2.3