feat: updated xray version in dockerfile to 25.8.3 (#1771)

This commit is contained in:
serj95reg
2025-08-08 05:34:51 +03:00
committed by GitHub
parent 53c7fd4d81
commit a6e6de33c8

View File

@@ -1,7 +1,7 @@
FROM alpine:3.15
LABEL maintainer="AmneziaVPN"
ARG XRAY_RELEASE="v1.8.6"
ARG XRAY_RELEASE="v25.8.3"
RUN apk add --no-cache curl unzip bash openssl netcat-openbsd dumb-init rng-tools xz
RUN apk --update upgrade --no-cache