From 77081338f32ea16e9febc4659adbafb0d30712b9 Mon Sep 17 00:00:00 2001 From: quackerd Date: Mon, 2 Jan 2023 15:02:40 +0100 Subject: [PATCH] xray 1.7.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1ba22dd..fb680b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM alpine:latest -ENV VER_XRAY 1.6.1 +ENV VER_XRAY 1.7.0 ENV VER_SO 2.5.20 -ENV VER_NG 1.7.23 +ENV VER_NG 1.7.31 # install packages RUN set -xe && apk add --no-cache unzip wget nginx certbot openssl python3 py3-jinja2 supervisor apache2-utils bash