From b397f07897824a414d0082d634c64ef516bb4001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= <88259403+xeefei@users.noreply.github.com> Date: Fri, 7 Jun 2024 20:49:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=94docker=E3=80=95use=20go=201.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 〔docker〕use go 1.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 010d957..5f4b20a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN ./DockerInit.sh "$TARGETARCH" # Stage: Final Image of 3x-ui # ======================================================== FROM alpine -ENV TZ=Asia/Tehran +ENV TZ=Asia/Shanghai WORKDIR /app RUN apk add --no-cache --update \