Explorar o código

更新 'Dockerfile'

maxmind hai 4 meses
pai
achega
76d590d364
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -7,10 +7,10 @@ RUN apt-get update && apt-get install -y wget unzip
 RUN wget https://dl.nssurge.com/snell/snell-server-v5.0.0-linux-amd64.zip
 
 # 解压 Snell Server 到 /usr/local/bin
-RUN unzip snell-server-v5.0.0b3-linux-amd64.zip -d /usr/local/bin
+RUN unzip snell-server-v5.0.0-linux-amd64.zip -d /usr/local/bin
 
 # 清理不需要的文件
-RUN rm snell-server-v5.0.0b3-linux-amd64.zip
+RUN rm snell-server-v5.0.0-linux-amd64.zip
 
 # 复制配置文件到容器内
 COPY snell-server.conf /etc/snell-server.conf