From b405986c4d32235b3373ed382d14c838f2496aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:01:39 +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 e91cf81a..2945bfe6 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -14,7 +14,7 @@ RUN go mod download # Build the docker-gen executable RUN GOOS=linux CGO_ENABLED=0 go build -ldflags "-X main.buildVersion=${DOCKER_GEN_VERSION}" -o docker-gen ./cmd/docker-gen -FROM debian:12.1-slim +FROM debian:12.2-slim ARG VERSION ENV DOCKER_GEN_VERSION=${VERSION} \