aboutsummaryrefslogtreecommitdiff
path: root/src/cgit/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgit/Dockerfile')
-rw-r--r--src/cgit/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgit/Dockerfile b/src/cgit/Dockerfile
index cbcf679..9f9ec8a 100644
--- a/src/cgit/Dockerfile
+++ b/src/cgit/Dockerfile
@@ -1,5 +1,5 @@
ARG BASE_VER=latest
-FROM public.ecr.aws/s0f9o2k5/base:${BASE_VER}
+FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER}
SHELL ["/bin/bash", "-c"]
RUN install_deb cgit uwsgi nginx-light python3-minimal python3-pygments python3-markdown \
&& mkdir -p /run/uwsgi \