From 85733872302ea5e6e2da47049e6470dcb35a3a11 Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Mon, 1 Sep 2025 16:42:40 +0300 Subject: [PATCH] security: updated debian version --- Dockerfile | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 820b071..83e4363 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN go mod download COPY . . RUN env CGO_ENABLED=0 go build -ldflags="-s -w" -FROM debian:bookworm-20250610-slim +FROM debian:bookworm-20250811-slim RUN adduser --gecos "" --disabled-password --home /home/cfu --shell /bin/bash cfu USER cfu COPY --from=build --chown=cfu:cfu /pikolo/pikolo /usr/local/bin diff --git a/VERSION b/VERSION index 226468e..c24a395 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.14.6 +0.14.7