summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorHAL9000COM <41276139+HAL9000COM@users.noreply.github.com>2023-08-09 08:52:01 +0800
committerGitHub <noreply@github.com>2023-08-09 09:52:01 +0900
commit41ba242c9c3f9cdc1957db0b3cd3c3dd157c9fa0 (patch)
tree648250526d590706c11ec6076a685facb64de1e9 /Dockerfile
parentfix(frontend): MkPopupMenuがドロワーで子メニューの出現と同時... (diff)
downloadsharkey-41ba242c9c3f9cdc1957db0b3cd3c3dd157c9fa0.tar.gz
sharkey-41ba242c9c3f9cdc1957db0b3cd3c3dd157c9fa0.tar.bz2
sharkey-41ba242c9c3f9cdc1957db0b3cd3c3dd157c9fa0.zip
Update node to 20.5.0 (#11463)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5431c28aad..ce9d740ab6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.4
-ARG NODE_VERSION=20.3.1-bullseye
+ARG NODE_VERSION=20.5.0-bullseye
# build assets & compile TypeScript