Spaces:
8e
/
Building

Nice commited on
Commit
a3cb6bb
1 Parent(s): 40be3f2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY Caddyfile /bz/Caddyfile
9
  COPY start.sh /bz/start.sh
10
 
11
  RUN apt update && apt install -y wget unzip && \
12
- wget https://github.com/v2fly/v2ray-core/releases/download/v5.16.1/v2ray-linux-64.zip -O /bz/v2.zip && \
13
  wget https://github.com/caddyserver/caddy/releases/download/v2.7.6/caddy_2.7.6_linux_amd64.tar.gz -O /bz/caddy.tar.gz && \
14
  unzip -d /bz/ /bz/v2.zip && \
15
  tar -zxvf /bz/caddy.tar.gz -C /bz/
 
9
  COPY start.sh /bz/start.sh
10
 
11
  RUN apt update && apt install -y wget unzip && \
12
+ wget https://github.com/v2fly/v2ray-core/releases/download/v4.45.2/v2ray-linux-64.zip -O /bz/v2.zip && \
13
  wget https://github.com/caddyserver/caddy/releases/download/v2.7.6/caddy_2.7.6_linux_amd64.tar.gz -O /bz/caddy.tar.gz && \
14
  unzip -d /bz/ /bz/v2.zip && \
15
  tar -zxvf /bz/caddy.tar.gz -C /bz/