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 7810d3a commit a5bfd0cCopy full SHA for a5bfd0c
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.16.3
+FROM alpine:3.17.0
17
18
ARG DOCKER_GEN_VERSION
19
ENV DOCKER_GEN_VERSION=${DOCKER_GEN_VERSION} \
0 commit comments