We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7f8ba5 + b096f27 commit 211be3cCopy full SHA for 211be3c
Dockerfile.debian
@@ -24,7 +24,7 @@ RUN set -eux; \
24
go env | grep -E 'OS=|ARCH=|ARM=|AMD64='; \
25
go build -ldflags "-X main.buildVersion=${DOCKER_GEN_VERSION}" -o docker-gen ./cmd/docker-gen
26
27
-FROM debian:12.7-slim
+FROM debian:12.8-slim
28
29
ARG DOCKER_GEN_VERSION
30
ENV DOCKER_GEN_VERSION=${DOCKER_GEN_VERSION} \
0 commit comments