summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-05-04 19:00:36 +0900
committerGitHub <noreply@github.com>2025-05-04 19:00:36 +0900
commitc23f2ff9001992c54fc472fd4c256b1ff1857a9c (patch)
treef2c64338fb9c608e666bd1e6b0521bf06538491a /Dockerfile
parentFix MkPullToRefresh behaviour (#15944) (diff)
downloadmisskey-c23f2ff9001992c54fc472fd4c256b1ff1857a9c.tar.gz
misskey-c23f2ff9001992c54fc472fd4c256b1ff1857a9c.tar.bz2
misskey-c23f2ff9001992c54fc472fd4c256b1ff1857a9c.zip
chore(deps): update node.js to v22.15.0 (#15606)
* chore(deps): update node.js to v22.15.0 * chore: determine Jest args from Node.js version * fix * fix: `import.meta.dirname` is not supported in v20.10.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: zyoshoka <107108195+zyoshoka@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 9d5596f1f1..aafaa9dc6e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.4
-ARG NODE_VERSION=22.11.0-bookworm
+ARG NODE_VERSION=22.15.0-bookworm
# build assets & compile TypeScript