Skip to content

Commit

Permalink
Update gost to 2.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cmj2002 committed Sep 23, 2023
1 parent df0f8b6 commit df9f001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN apt-get update && \
apt-get install -y cloudflare-warp && \
apt-get clean && \
apt-get autoremove -y && \
curl -LO https://github.com/ginuerzh/gost/releases/download/v2.11.2/gost-linux-amd64-2.11.2.gz && \
gunzip gost-linux-amd64-2.11.2.gz && \
mv gost-linux-amd64-2.11.2 /usr/bin/gost && \
curl -LO https://github.com/ginuerzh/gost/releases/download/v2.11.5/gost-linux-amd64-2.11.5.gz && \
gunzip gost-linux-amd64-2.11.5.gz && \
mv gost-linux-amd64-2.11.5 /usr/bin/gost && \
chmod +x /usr/bin/gost

# Accept Cloudflare WARP TOS
Expand Down

0 comments on commit df9f001

Please sign in to comment.