We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a5351 commit eddeb86Copy full SHA for eddeb86
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.4
+FROM alpine:3.16.3
17
18
ARG DOCKER_GEN_VERSION
19
ENV DOCKER_GEN_VERSION=${DOCKER_GEN_VERSION} \
0 commit comments