We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2458b38 commit 9bc0665Copy full SHA for 9bc0665
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.11-slim
+FROM debian:13.0-slim
28
29
ARG DOCKER_GEN_VERSION
30
ENV DOCKER_GEN_VERSION=${DOCKER_GEN_VERSION} \
0 commit comments