summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-10-30 21:47:04 +0900
committerGitHub <noreply@github.com>2025-10-30 21:47:04 +0900
commita888f2863bb3e7ac14bc63b12810f7a13a98bb70 (patch)
treed6eb5df5b27869c2bb89a8135b504e2ef40886df /Dockerfile
parentテストが動かないためnodejs 24サポートを取り消し (diff)
downloadmisskey-a888f2863bb3e7ac14bc63b12810f7a13a98bb70.tar.gz
misskey-a888f2863bb3e7ac14bc63b12810f7a13a98bb70.tar.bz2
misskey-a888f2863bb3e7ac14bc63b12810f7a13a98bb70.zip
Node.js 24 support (#16723)
* Revert "テストが動かないためnodejs 24サポートを取り消し" This reverts commit a892bbcce511fb0dff943ab23090e1d347594c94. * fix jest.js * ファイルの添付方法を変更 --------- Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 370bed5751..20e24d1dc2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.4
-ARG NODE_VERSION=22.15.0-bookworm
+ARG NODE_VERSION=24.10.0-bookworm
# build assets & compile TypeScript