Skip to content

Commit

Permalink
Version 4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokaixuan committed Sep 24, 2019
1 parent 0055759 commit fb8615c
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
@@ -1,16 +1,16 @@
FROM alpine:3.6

ENV VER=4.2
ENV VER=4.20.0
ENV CONFIG_JSON1={\"log\":{\"access\":\"\",\"error\":\"\",\"loglevel\":\"warning\"},\"inbounds\":[{\"protocol\":\"vmess\",\"port\":
ENV PORT=8080
ENV CONFIG_JSON2=,\"settings\":{\"clients\":[{\"id\":\"
ENV UUID=91cb66ba-a373-43a0-8169-33d4eeaeb857
ENV CONFIG_JSON3=\",\"alterId\":64}]},\"streamSettings\":{\"network\":\"ws\"}}],\"outbounds\":[{\"protocol\":\"freedom\",\"settings\":{}}]}

RUN apk add --no-cache curl \
&& cd /root \
&& cd /root && mkdir v2ray-v$VER-linux-64 \
&& curl -OsL https://github.com/xiaokaixuan/v2ray-heroku/releases/download/v$VER/v2ray-linux-64.zip \
&& unzip v2ray-linux-64.zip \
&& unzip v2ray-linux-64.zip -d v2ray-v$VER-linux-64 \
&& cd v2ray-v$VER-linux-64 \
&& chmod +x v2ray v2ctl \
&& rm -rf /root/v2ray-linux-64.zip
Expand Down

0 comments on commit fb8615c

Please sign in to comment.