We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a57e56 + 7202116 commit 8cecc7eCopy full SHA for 8cecc7e
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.2-slim
+FROM debian:12.4-slim
18
19
ARG VERSION
20
ENV DOCKER_GEN_VERSION=${VERSION} \
0 commit comments