aboutsummaryrefslogtreecommitdiff
path: root/src/cluster/Dockerfile
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2025-10-25 23:31:11 -0700
committerMax Resnick <max@ofmax.li>2025-10-25 23:31:11 -0700
commit6b1161f62bf6eee21e3d3b55811a1c60371fdbf5 (patch)
treee98c4fae62498a27cebe7f82e1d503b2b4ba3e3b /src/cluster/Dockerfile
parent7461c7d0256d4c058cc3b8007aac043be733e286 (diff)
downloadgrumpy-containers-6b1161f62bf6eee21e3d3b55811a1c60371fdbf5.tar.gz
chore: rename cluster, bump base, fix missing user
Diffstat (limited to '')
-rw-r--r--src/cluster-debug/Dockerfile (renamed from src/cluster/Dockerfile)14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/cluster/Dockerfile b/src/cluster-debug/Dockerfile
index d8627cf..2a02007 100644
--- a/src/cluster/Dockerfile
+++ b/src/cluster-debug/Dockerfile
@@ -1,13 +1,13 @@
ARG BASE_VER=latest
FROM gcr.io/google-containers/pause:latest
-FROM golang:1.17-bullseye
-WORKDIR /app
-RUN git clone https://git.ofmax.li/go-echo \
- && cd go-echo \
- && go build -o /go-echo
-
-FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER}
+FROM golang:1.25-trixie
+WORKDIR /app
+RUN git clone https://git.ofmax.li/go-echo \
+ && cd go-echo \
+ && go build -o /go-echo
+
+FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER}
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y \
&& apt-get upgrade -y \