From 869a091f163e66a59bfeb558e53b374ed461a09e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 22:57:48 +0000 Subject: [PATCH] build: bump debian from 11.6-slim to 11.7-slim Bumps debian from 11.6-slim to 11.7-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 d76eb26c..42cf6356 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.6-slim +FROM debian:11.7-slim ARG VERSION ENV DOCKER_GEN_VERSION=${VERSION} \