diff --git a/web/Dockerfile b/web/Dockerfile index 868a26b1ca..72b2a50536 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,5 +1,5 @@ # base image -FROM node:22-alpine AS base +FROM node:22.22.1-alpine AS base LABEL maintainer="takatost@gmail.com" # if you located in China, you can use aliyun mirror to speed up