Skip to content

Commit b096f27

Browse files
build: bump debian from 12.7-slim to 12.8-slim
Bumps debian from 12.7-slim to 12.8-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7f8ba5 commit b096f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.debian

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -eux; \
2424
go env | grep -E 'OS=|ARCH=|ARM=|AMD64='; \
2525
go build -ldflags "-X main.buildVersion=${DOCKER_GEN_VERSION}" -o docker-gen ./cmd/docker-gen
2626

27-
FROM debian:12.7-slim
27+
FROM debian:12.8-slim
2828

2929
ARG DOCKER_GEN_VERSION
3030
ENV DOCKER_GEN_VERSION=${DOCKER_GEN_VERSION} \

0 commit comments

Comments
 (0)