From 2f3a1e2564812d180c5fb676cfb6bed96077fbc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 00:27:52 +0000 Subject: [PATCH] Docker: Bump debian from trixie-20260505-slim to trixie-20260518-slim Bumps debian from trixie-20260505-slim to trixie-20260518-slim. --- updated-dependencies: - dependency-name: debian dependency-version: trixie-20260518-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 9d92c44..15a525d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN if [ "${TARGETARCH}" = "arm64" ]; then \ fi && \ make dist GOOS=${TARGETOS} GOARCH=${TARGETARCH} -FROM debian:trixie-20260505-slim +FROM debian:trixie-20260518-slim ARG TARGETOS ARG TARGETARCH