summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-11-24 09:20:41 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-11-24 09:20:41 +0900
commit06ed64f26f799ada108c8f2df315414b27681765 (patch)
tree61b421999d037a52572885cb8ae219e6e18796fc /Dockerfile
parentUpdate index.d.ts (diff)
downloadmisskey-06ed64f26f799ada108c8f2df315414b27681765.tar.gz
misskey-06ed64f26f799ada108c8f2df315414b27681765.tar.bz2
misskey-06ed64f26f799ada108c8f2df315414b27681765.zip
update node to 20.10.0
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d397fe01cd..028a3976d2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.4
-ARG NODE_VERSION=20.5.1-bullseye
+ARG NODE_VERSION=20.10.0-bullseye
# build assets & compile TypeScript