From e86074e4f0fc228ab119cfe3d390116db3b1856b Mon Sep 17 00:00:00 2001 From: Gaojianli Date: Tue, 11 Feb 2025 14:37:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8Ddocker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c742203f..00df13436 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM docker.io/maven:3.9.9-eclipse-temurin-21-alpine A COPY . /build WORKDIR /build -RUN apk add --update npm curl git && \ +RUN apk --update upgrade && apk add --update npm curl git && \ curl -L https://unpkg.com/@pnpm/self-installer | node && \ cd webui && \ pnpm i && \