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 0a7153e commit cb6a3f4Copy full SHA for cb6a3f4
Dockerfile
@@ -4,7 +4,7 @@ ENV DOCKER_GEN_VERSION=0.7.6
4
5
# Build docker-gen
6
RUN apk add --no-cache --virtual .build-deps git \
7
- && git clone https://github.com/jwilder/docker-gen \
+ && git clone https://github.com/nginx-proxy/docker-gen \
8
&& cd /go/docker-gen \
9
&& git -c advice.detachedHead=false checkout $DOCKER_GEN_VERSION \
10
&& go mod download \
0 commit comments