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 5a793cd commit 4a9ae2eCopy full SHA for 4a9ae2e
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.2-slim
+FROM debian:11.3-slim
18
19
ARG VERSION
20
ENV DOCKER_GEN_VERSION=${VERSION} \
0 commit comments