Skip to content

Commit

Permalink
Bump Dockerfile version to 0.7.4
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tkw1536 committed Jul 13, 2020
1 parent 16dbe96 commit 5c7011b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.14-alpine as dockergen
RUN apk add --no-cache git

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

# Move the sources into the right directory
Expand All @@ -21,7 +21,7 @@ LABEL maintainer="Jason Wilder <mail@jasonwilder.com>"

RUN apk -U add openssl

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

Expand Down

0 comments on commit 5c7011b

Please sign in to comment.