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.
2 parents 60e9a40 + 621fb22 commit 28eb01eCopy full SHA for 28eb01e
docker/Dockerfile
@@ -2,7 +2,7 @@
2
# use amd64 for building .js and .css (which are platform agnostic),
3
# and then copy to platform-specific nginx image
4
5
-FROM --platform=linux/amd64 node:25.0.0 AS build
+FROM --platform=linux/amd64 node:25.2.0 AS build
6
7
WORKDIR /app
8
0 commit comments