Skip to content

Commit 28eb01e

Browse files
committed
Merge branch 'develop'
2 parents 60e9a40 + 621fb22 commit 28eb01e

File tree

3 files changed

+658
-611
lines changed

3 files changed

+658
-611
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# use amd64 for building .js and .css (which are platform agnostic),
33
# and then copy to platform-specific nginx image
44

5-
FROM --platform=linux/amd64 node:25.0.0 AS build
5+
FROM --platform=linux/amd64 node:25.2.0 AS build
66

77
WORKDIR /app
88

0 commit comments

Comments
 (0)