Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Update Dockerfile #94

Open
wants to merge 1 commit into
base: core-latest
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ RUN apk add --no-cache --virtual .build-deps ca-certificates curl \
&& mkdir -m 777 /v2raybin \
&& cd /v2raybin \
#&& curl -L -H "Cache-Control: no-cache" -o v2ray.zip https://github.com/v2ray/v2ray-core/releases/download/$VER/v2ray-linux-64.zip \
&& curl -L -H "Cache-Control: no-cache" -o v2ray.zip https://github.com/v2ray/v2ray-core/releases/latest/download/v2ray-linux-64.zip \
&& curl -L -H "Cache-Control: no-cache" -o v2ray.zip https://github.com/v2fly/v2ray-core/releases/tag/$VER/v2ray-linux-64.zip \
https://github.com/v2fly/v2ray-core/releases/tag/v4.31.0
&& unzip v2ray.zip \
&& chmod +x /v2raybin/v2ray \
&& rm -rf v2ray.zip \
Expand Down