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 6c3ef6e + e4edd01 commit 9dfe648Copy full SHA for 9dfe648
Dockerfile
@@ -13,7 +13,7 @@ RUN go mod download
13
# Build the docker-gen executable
14
RUN GOOS=linux CGO_ENABLED=0 go build -ldflags "-X main.buildVersion=${DOCKER_GEN_VERSION}" -o docker-gen ./cmd/docker-gen
15
16
-FROM alpine:3.15.3
+FROM alpine:3.15.4
17
18
ARG DOCKER_GEN_VERSION
19
ENV DOCKER_GEN_VERSION=${DOCKER_GEN_VERSION} \
0 commit comments