bump v2rayNG version to 1.7.23
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f51ef2719e
commit
c69622ec69
@ -2,7 +2,7 @@ FROM alpine:latest
|
||||
|
||||
ENV VER_XRAY 1.6.1
|
||||
ENV VER_SO 2.5.20
|
||||
ENV VER_NG 1.7.20
|
||||
ENV VER_NG 1.7.23
|
||||
|
||||
# install packages
|
||||
RUN set -xe && apk add --no-cache zip unzip wget nginx certbot openssl python3 py3-jinja2 supervisor apache2-utils bash
|
||||
@ -16,7 +16,7 @@ RUN set -xe && \
|
||||
wget -P /opt/zip/linux/ https://github.com/XTLS/Xray-core/releases/download/v$VER_XRAY/Xray-linux-64.zip && \
|
||||
mkdir -p /opt/zip/chrome && \
|
||||
wget -P /opt/zip/chrome/ https://github.com/FelisCatus/SwitchyOmega/releases/download/v$VER_SO/SwitchyOmega_Chromium.crx && \
|
||||
wget -P /opt/zip/android/ https://github.com/2dust/v2rayNG/releases/download/$VER_NG/v2rayNG_"$VER_NG"_arm64-v8a.apk && \
|
||||
wget -P /opt/nginx/download/android/ https://github.com/2dust/v2rayNG/releases/download/$VER_NG/v2rayNG_"$VER_NG"_arm64-v8a.apk && \
|
||||
wget -P /opt/zip/macos/ https://github.com/XTLS/Xray-core/releases/download/v$VER_XRAY/Xray-macos-64.zip && \
|
||||
wget -P /opt/zip/macos/ https://github.com/XTLS/Xray-core/releases/download/v$VER_XRAY/Xray-macos-arm64-v8a.zip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user