Skip to content

Commit b405986

Browse files
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] <[email protected]>
1 parent 9fbe293 commit b405986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN go mod download
1414
# Build the docker-gen executable
1515
RUN GOOS=linux CGO_ENABLED=0 go build -ldflags "-X main.buildVersion=${DOCKER_GEN_VERSION}" -o docker-gen ./cmd/docker-gen
1616

17-
FROM debian:12.1-slim
17+
FROM debian:12.2-slim
1818

1919
ARG VERSION
2020
ENV DOCKER_GEN_VERSION=${VERSION} \

0 commit comments

Comments
 (0)