xray core update

This commit is contained in:
mercury
2024-04-07 14:06:41 +04:00
parent 8dd8ed1436
commit e50feabad7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ services:
ipv4_address: 10.10.0.8
logging: *default-logging
xr:
image: mercurykd/vpnbot-xr:1.1
image: mercurykd/vpnbot-xr:1.2
build:
dockerfile: dockerfile/xray.dockerfile
args:
+1 -1
View File
@@ -2,7 +2,7 @@ ARG image
FROM $image
RUN apk add openssh openssl jq \
&& mkdir /root/.ssh \
&& wget https://github.com/XTLS/Xray-core/releases/download/v1.8.3/Xray-linux-64.zip \
&& wget https://github.com/XTLS/Xray-core/releases/download/v1.8.10/Xray-linux-64.zip \
&& unzip Xray-linux-64.zip \
&& mv xray /usr/bin/ \
&& rm Xray-linux-64.zip \