We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf1920 commit 811a4b5Copy full SHA for 811a4b5
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22.15.1-alpine AS fe
+FROM node:22.16.0-alpine AS fe
2
WORKDIR /builder
3
COPY . .
4
RUN npm ci --legacy-peer-deps --ignore-scripts && npm run build
0 commit comments