diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-12-06 17:39:17 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-12-06 17:39:17 +0900 |
| commit | a1f0ca4b8fab52758d76f50fa6d5171667f2a03f (patch) | |
| tree | 02a3b9cc0fb298e18b4e2af66d6c6473f9bb0846 /Dockerfile | |
| parent | update pnpm to 10.24.0 (diff) | |
| download | misskey-a1f0ca4b8fab52758d76f50fa6d5171667f2a03f.tar.gz misskey-a1f0ca4b8fab52758d76f50fa6d5171667f2a03f.tar.bz2 misskey-a1f0ca4b8fab52758d76f50fa6d5171667f2a03f.zip | |
use node 22.15.0 by default
#16944
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index a071970927..02739d9ca2 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 |