From c9e57519a6f8ba6fcf090f8ea7f264f9a50d340f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 22:33:22 +0000 Subject: [PATCH] Docker: bump debian from trixie-20260713-slim to trixie-20260803-slim Bumps debian from trixie-20260713-slim to trixie-20260803-slim. --- updated-dependencies: - dependency-name: debian dependency-version: trixie-20260803-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33c4d65..a8461b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN if [ "${TARGETARCH}" = "arm64" ]; then \ fi && \ make dist GOOS=${TARGETOS} GOARCH=${TARGETARCH} -FROM debian:trixie-20260713-slim +FROM debian:trixie-20260803-slim ARG TARGETOS ARG TARGETARCH