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.
2 parents 75fa364 + c68d66a commit 95cd59eCopy full SHA for 95cd59e
Dockerfile.debian
@@ -14,7 +14,7 @@ RUN go mod download
14
# Build the docker-gen executable
15
RUN GOOS=linux go build -ldflags "-X main.buildVersion=${DOCKER_GEN_VERSION}" -o docker-gen ./cmd/docker-gen
16
17
-FROM debian:11.7-slim
+FROM debian:12.0-slim
18
19
ARG VERSION
20
ENV DOCKER_GEN_VERSION=${VERSION} \
0 commit comments