Skip to content

Commit cb6a3f4

Browse files
committed
build: jwilder/docker-gen -> nginxproxy/docker-gen
1 parent 0a7153e commit cb6a3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV DOCKER_GEN_VERSION=0.7.6
44

55
# Build docker-gen
66
RUN apk add --no-cache --virtual .build-deps git \
7-
&& git clone https://github.com/jwilder/docker-gen \
7+
&& git clone https://github.com/nginx-proxy/docker-gen \
88
&& cd /go/docker-gen \
99
&& git -c advice.detachedHead=false checkout $DOCKER_GEN_VERSION \
1010
&& go mod download \

0 commit comments

Comments
 (0)