use node 22.15.0 by default

#16944
This commit is contained in:
syuilo
2025-12-06 17:39:17 +09:00
parent 2a996287e3
commit a1f0ca4b8f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.4
ARG NODE_VERSION=24.10.0-bookworm
ARG NODE_VERSION=22.15.0-bookworm
# build assets & compile TypeScript