diff --git a/Dockerfile b/Dockerfile index 4f3d3ea..c8b3c1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN go mod download COPY . . RUN env CGO_ENABLED=0 go build -ldflags="-s -w" -FROM debian:bookworm-20250407-slim +FROM debian:12.10-slim RUN adduser --gecos "" --disabled-password --home /home/cfu --shell /bin/bash cfu USER cfu