From fed4dbfbecf98b0954f2d20aafe538ae04b4bacd Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 15 Feb 2025 23:16:22 -0800 Subject: chore: bump to no version --- src/cgit/Dockerfile | 2 +- src/go-echo/Dockerfile | 2 +- 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 -- cgit v1.2.3