diff --git a/Dockerfile b/Dockerfile index 4f3d3ea..0b1e3f3 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.11-slim RUN adduser --gecos "" --disabled-password --home /home/cfu --shell /bin/bash cfu USER cfu