From 23068c8e062a3fef411b126ee2d0667953c13c18 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Fri, 2 Oct 2020 09:07:24 +0900 Subject: [PATCH] Update Dockerfile --- docker/trojan-go/Dockerfile | 4 ++-- docker/trojan-go/Dockerfile.architecture | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/trojan-go/Dockerfile b/docker/trojan-go/Dockerfile index 0a98c03..391947d 100644 --- a/docker/trojan-go/Dockerfile +++ b/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 diff --git a/docker/trojan-go/Dockerfile.architecture b/docker/trojan-go/Dockerfile.architecture index 3b7b870..7d9f036 100644 --- a/docker/trojan-go/Dockerfile.architecture +++ b/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