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 b664a49 + 347cf74 commit a84a51dCopy full SHA for a84a51d
Dockerfile
@@ -12,7 +12,7 @@ RUN go mod download
12
# Build the docker-gen executable
13
RUN GOOS=linux CGO_ENABLED=0 go build -ldflags "-X main.buildVersion=${VERSION}" -o docker-gen ./cmd/docker-gen
14
15
-FROM alpine:3.13
+FROM alpine:3.15.0
16
17
ENV DOCKER_HOST unix:///tmp/docker.sock
18
0 commit comments