1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 14:25:46 +00:00

chore: jwilder/docker-gen > nginx-proxy/docker-gen

This commit is contained in:
Nicolas Duchon
2022-01-11 19:55:29 +01:00
parent 679c971a19
commit fde0e809e4
6 changed files with 10 additions and 9 deletions

View File

@ -11,7 +11,7 @@ FROM gobuilder as dockergen
ARG DOCKER_GEN_VERSION
RUN git clone https://github.com/jwilder/docker-gen \
RUN git clone https://github.com/nginx-proxy/docker-gen \
&& cd /go/docker-gen \
&& git -c advice.detachedHead=false checkout $DOCKER_GEN_VERSION \
&& go mod download \