From 387a449cd54d71abee05daa0dd12aa556dbb36a6 Mon Sep 17 00:00:00 2001 From: "xiayu.lyt" Date: Thu, 22 Feb 2024 20:35:30 +0800 Subject: [PATCH] chore(build): specify 3.19 as alpine version Signed-off-by: xiayu.lyt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24c0fe4f..c4247a49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /webconsole ADD ./webui /webconsole RUN yarn install && yarn build -FROM docker.io/library/alpine +FROM docker.io/library/alpine:3.19 ARG GOPROXY ARG ALPINE_MIRROR ENV GOPROXY=$GOPROXY