Skip to content

Commit b906510

Browse files
build: try to speed up web-build.
1 parent 0732936 commit b906510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24-alpine AS web-build
1+
FROM node:18-alpine3.18 AS web-build
22
COPY ui ui
33
RUN cd ui && \
44
npm install -g pnpm && \

0 commit comments

Comments
 (0)