aboutsummaryrefslogtreecommitdiff
path: root/src/cgit/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgit/Dockerfile')
-rw-r--r--src/cgit/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cgit/Dockerfile b/src/cgit/Dockerfile
index e0e31ba..684b589 100644
--- a/src/cgit/Dockerfile
+++ b/src/cgit/Dockerfile
@@ -1,4 +1,5 @@
-FROM registry.gitlab.com/grumps/grumpy-containers/base:v0.0.2
+ARG BASE_VER=latest
+FROM registry.gitlab.com/grumps/grumpy-containers/base:${BASE_VER}
SHELL ["/bin/bash", "-c"]
RUN APT_OPTS="--no-install-recommends --install-suggests --yes" install_deb cgit uwsgi nginx-light \
&& install_deb python3-minimal python3-pygments python3-markdown \