Browse Source

更新 'Dockerfile'

maxmind 4 months ago
parent
commit
7edae73aef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,7 +4,7 @@ FROM ubuntu:22.04
 RUN apt-get update && apt-get install -y wget unzip
 
 # 下载 Snell Server
-RUN wget https://dl.nssurge.com/snell/snell-server-v5.0.0b3-linux-amd64.zip
+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