aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cgit/Dockerfile2
-rw-r--r--src/go-echo/Dockerfile2
2 files changed, 2 insertions, 2 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 \
diff --git a/src/go-echo/Dockerfile b/src/go-echo/Dockerfile
index 6d6cd79..6e07547 100644
--- a/src/go-echo/Dockerfile
+++ b/src/go-echo/Dockerfile
@@ -1,4 +1,4 @@
-ARG BASE_VER=v0.1.0
+ARG BASE_VER=latest
FROM golang:1.21-bullseye
WORKDIR /app