Skip to content

Commit 7738907

Browse files
兼容nodejs24
1 parent 453a5d8 commit 7738907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM 24.5.0-alpine AS build
1+
FROM node:24.5.0-alpine AS build
22
WORKDIR /app
33
COPY . .
44
RUN yarn install

0 commit comments

Comments
 (0)