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