diff options
| author | Max Resnick <max@ofmax.li> | 2025-07-03 22:43:20 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-07-03 22:52:27 -0700 |
| commit | 29c5d4f6768a3eabefd963cd3bc3e81ebfffd056 (patch) | |
| tree | 919eaf248ed52ed31ac504a1f7c37b22f0400d95 /src/git-snapshot/Dockerfile | |
| parent | 1e8bb139121f22b1e7672e0f3ec54953eb3a7885 (diff) | |
| download | grumpy-containers-29c5d4f6768a3eabefd963cd3bc3e81ebfffd056.tar.gz | |
feat: update the docker registry
Diffstat (limited to 'src/git-snapshot/Dockerfile')
| -rw-r--r-- | src/git-snapshot/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |