From f49d2840b423e082f0695721b300862313697138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 13:46:10 +0000 Subject: [PATCH] build(deps): bump dev/debian from 12-slim-update to 13-slim-update Bumps dev/debian from 12-slim-update to 13-slim-update. --- updated-dependencies: - dependency-name: dev/debian dependency-version: 13-slim-update 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 1cec7fd..799460d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \ --mount=type=cache,target=/root/.cache/go-build \ CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go -FROM registry-cn-hangzhou.ack.aliyuncs.com/dev/debian:12-slim-update +FROM registry-cn-hangzhou.ack.aliyuncs.com/dev/debian:13-slim-update WORKDIR /