Skip to content

Commit 5c7011b

Browse files
committed
Bump Dockerfile version to 0.7.4
The previous version of the Dockerfile made use of version 0.7.3. However because of changes in dependencies, this can no longer be compiled from source. To fix this regression, this commit updates the version used to 0.7.4.
1 parent 16dbe96 commit 5c7011b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM golang:1.14-alpine as dockergen
33
RUN apk add --no-cache git
44

55
# Download the sources for the given version
6-
ENV VERSION 0.7.3
6+
ENV VERSION 0.7.4
77
ADD https://github.com/jwilder/docker-gen/archive/${VERSION}.tar.gz sources.tar.gz
88

99
# Move the sources into the right directory
@@ -21,7 +21,7 @@ LABEL maintainer="Jason Wilder <[email protected]>"
2121

2222
RUN apk -U add openssl
2323

24-
ENV VERSION 0.7.3
24+
ENV VERSION 0.7.4
2525
COPY --from=dockergen /go/src/github.com/jwilder/docker-gen/docker-gen /usr/local/bin/docker-gen
2626
ENV DOCKER_HOST unix:///tmp/docker.sock
2727

0 commit comments

Comments
 (0)