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