Skip to content

Commit

Permalink
Use a newer version of node that is still compatioble with packages
Browse files Browse the repository at this point in the history
supporting vue2
  • Loading branch information
uhurusurfa committed Dec 15, 2024
1 parent 6a34a3e commit b1dfbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_WebUI
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine AS web-builder
FROM node:21-alpine AS web-builder
RUN npm install -g --force yarn
COPY ./WebUI /usr/src/webui
WORKDIR /usr/src/webui
Expand Down

0 comments on commit b1dfbd7

Please sign in to comment.