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 2e107b4 commit 347e0b4Copy full SHA for 347e0b4
frontend/Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 0, "build-stage", based on Node.js, to build and compile the frontend
2
-FROM node:24 AS build-stage
+FROM node:25 AS build-stage
3
4
WORKDIR /app
5
0 commit comments