From 44f57ad9a828182e0831eab39f4053cadea38f6d Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Thu, 14 Nov 2024 20:57:01 +0800 Subject: [PATCH] chore: Bump Alpine Linux to 3.20 in web dockerfile (#10671) --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 29f7675f4a..6118adbca4 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,5 +1,5 @@ # base image -FROM node:20.11-alpine3.19 AS base +FROM node:20-alpine3.20 AS base LABEL maintainer="takatost@gmail.com" # if you located in China, you can use aliyun mirror to speed up