From 28cf959329a35954f82103eccc82e396cd5dc0d6 Mon Sep 17 00:00:00 2001 From: lucas Date: Wed, 5 Feb 2025 13:30:18 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=AE=80=E5=8C=96=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/Dockerfile_app | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/Dockerfile_app b/build/Dockerfile_app index 188e40e..4918077 100644 --- a/build/Dockerfile_app +++ b/build/Dockerfile_app @@ -1,8 +1,4 @@ -FROM registry.ngaiot.com/k8s/alpine-glibc:3.20 -ENV TZ=Asia/Shanghai -RUN apk update && apk add tzdata -RUN ln -fs /usr/share/zoneinfo/${TZ} /etc/localtime \ - && echo ${TZ} > /etc/timezone +FROM registry.ngaiot.com/base-images/alpine_glibc_3.20_cst:1 WORKDIR /app/ COPY *.exe configFiles /app/ #河北轻量化专用