Browse Source

Update Dockerfile

Teddysun 5 years ago
parent
commit
23068c8e06
2 changed files with 4 additions and 4 deletions
  1. 2 2
      docker/trojan-go/Dockerfile
  2. 2 2
      docker/trojan-go/Dockerfile.architecture

+ 2 - 2
docker/trojan-go/Dockerfile

@@ -16,8 +16,8 @@ RUN set -ex \
 	&& chmod +x /root/trojan-go.sh \
 	&& /root/trojan-go.sh \
 	&& rm -fv /root/trojan-go.sh \
-	&& wget -O /usr/bin/geosite.dat https://github.com/v2ray/domain-list-community/releases/latest/download/dlc.dat \
-	&& wget -O /usr/bin/geoip.dat https://github.com/v2ray/geoip/releases/latest/download/geoip.dat
+	&& wget -O /usr/bin/geosite.dat https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat \
+	&& wget -O /usr/bin/geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat
 
 VOLUME /etc/trojan-go
 ENV TZ=Asia/Shanghai

+ 2 - 2
docker/trojan-go/Dockerfile.architecture

@@ -17,8 +17,8 @@ RUN set -ex \
 	&& chmod +x /root/trojan-go.sh \
 	&& /root/trojan-go.sh "${TARGETPLATFORM}" \
 	&& rm -fv /root/trojan-go.sh \
-	&& wget -O /usr/bin/geosite.dat https://github.com/v2ray/domain-list-community/releases/latest/download/dlc.dat \
-	&& wget -O /usr/bin/geoip.dat https://github.com/v2ray/geoip/releases/latest/download/geoip.dat
+	&& wget -O /usr/bin/geosite.dat https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat \
+	&& wget -O /usr/bin/geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat
 
 VOLUME /etc/trojan-go
 ENV TZ=Asia/Shanghai