From 0fd6f0807af897e464deb545da271b559890d10a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:25:12 +0000 Subject: [PATCH] bump debian from bookworm-20231030-slim to bookworm-20231120-slim Bumps debian from bookworm-20231030-slim to bookworm-20231120-slim. --- updated-dependencies: - dependency-name: debian 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 b01204e..2626240 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -a -o oob-operator ma RUN --mount=type=ssh --mount=type=secret,id=github_pat GITHUB_PAT_PATH=/run/secrets/github_pat go get github.com/onmetal/oob-console && go install github.com/onmetal/oob-console -FROM debian:bookworm-20231030-slim +FROM debian:bookworm-20231120-slim WORKDIR /