From ad5065ad414e9c6968a608747c319b5e4192f6a1 Mon Sep 17 00:00:00 2001 From: lucas Date: Fri, 27 Sep 2024 16:15:34 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9B=B4=E6=96=B0=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E5=88=B07=20=20=E5=85=B3=E8=81=94=E4=BA=86sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/Dockerfile_app | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/Dockerfile_app b/build/Dockerfile_app index 3c09447..a99df36 100644 --- a/build/Dockerfile_app +++ b/build/Dockerfile_app @@ -1,5 +1,4 @@ -FROM registry.ngaiot.com/base-images/alpine_3.20_cst:6 -RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2 +FROM registry.ngaiot.com/base-images/alpine_3.20_cst:7 WORKDIR /app/ COPY *.exe *.yaml /app/ CMD ["/app/app.exe"]