From 58b769abe708a700d02a18e701d60ef6b21322aa Mon Sep 17 00:00:00 2001 From: quackerd Date: Fri, 17 Feb 2023 03:55:58 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d9ecc6..a0ea981 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest ENV VER_XRAY 1.7.5 ENV VER_SO 2.5.20 -ENV VER_NG 1.7.34 +ENV VER_NG 1.7.38 # install packages RUN set -xe && apk add --no-cache unzip wget nginx certbot openssl python3 py3-jinja2 supervisor apache2-utils bash