From c68d66a056e06f9130f38db0096d15067439ba5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 22:57:44 +0000 Subject: [PATCH] build: bump debian from 11.7-slim to 12.0-slim Bumps debian from 11.7-slim to 12.0-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 3c48d8cb..56dfeb1a 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -14,7 +14,7 @@ RUN go mod download # Build the docker-gen executable RUN GOOS=linux go build -ldflags "-X main.buildVersion=${DOCKER_GEN_VERSION}" -o docker-gen ./cmd/docker-gen -FROM debian:11.7-slim +FROM debian:12.0-slim ARG VERSION ENV DOCKER_GEN_VERSION=${VERSION} \