summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-10-29 09:58:44 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-10-29 09:58:44 +0900
commita892bbcce511fb0dff943ab23090e1d347594c94 (patch)
treeb8843ef83f9d58939e0b6b0c2f6802a554f4ddb2 /Dockerfile
parentfix: attempt to fix test (#16719) (diff)
downloadmisskey-a892bbcce511fb0dff943ab23090e1d347594c94.tar.gz
misskey-a892bbcce511fb0dff943ab23090e1d347594c94.tar.bz2
misskey-a892bbcce511fb0dff943ab23090e1d347594c94.zip
テストが動かないためnodejs 24サポートを取り消し
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 20e24d1dc2..370bed5751 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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