diff options
| author | Max Resnick <max@ofmax.li> | 2025-02-15 23:16:22 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-02-15 23:16:22 -0800 |
| commit | fed4dbfbecf98b0954f2d20aafe538ae04b4bacd (patch) | |
| tree | 13c214e612aaba4c6f691d330607cad486460960 | |
| parent | af604d8100799fd7481c0bb223d84b3d0aaaf999 (diff) | |
| download | grumpy-containers-fed4dbfbecf98b0954f2d20aafe538ae04b4bacd.tar.gz | |
chore: bump to no version
| -rw-r--r-- | src/cgit/Dockerfile | 2 | ||||
| -rw-r--r-- | 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 |