From bc28a0c1447cab89f65a8f290cae6ec5d67256db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:43:29 +0000 Subject: [PATCH] build: bump debian from 12.1-slim to 12.2-slim Bumps debian from 12.1-slim to 12.2-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.debian b/Dockerfile.debian index c603dcf..4b36d43 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -10,7 +10,7 @@ RUN go mod download RUN CGO_ENABLED=0 GOOS=linux go build -o forego . \ && go clean -cache -FROM debian:12.1-slim +FROM debian:12.2-slim # Install Forego COPY --from=go-builder /build/forego /usr/local/bin/forego