summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-07-07 13:58:43 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-07-07 13:58:43 +0900
commitf76b3edbdddbb0337b81f27a280d7d2d9e2ef196 (patch)
tree718dd7ef1e5a5784fd70fab191314188d7dc0176 /Dockerfile
parentMerge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff)
downloadsharkey-f76b3edbdddbb0337b81f27a280d7d2d9e2ef196.tar.gz
sharkey-f76b3edbdddbb0337b81f27a280d7d2d9e2ef196.tar.bz2
sharkey-f76b3edbdddbb0337b81f27a280d7d2d9e2ef196.zip
update node to 20.4.0
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fb389659bc..c6ddee2ae6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.4
-ARG NODE_VERSION=18.16.0-bullseye
+ARG NODE_VERSION=20.4.0-bullseye
# build assets & compile TypeScript