summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorKohei Ota (inductor) <kela@inductor.me>2023-04-15 10:20:39 +0900
committerGitHub <noreply@github.com>2023-04-15 10:20:39 +0900
commit5a8748b2b0c415b83123c7a366b461d32cbd6765 (patch)
tree5646423172a4e4aa41e3f1045199acf7ef100946 /Dockerfile
parentrefactor(backend): validateNoteの引数の型を強くし、anyを除去 (#1... (diff)
downloadsharkey-5a8748b2b0c415b83123c7a366b461d32cbd6765.tar.gz
sharkey-5a8748b2b0c415b83123c7a366b461d32cbd6765.tar.bz2
sharkey-5a8748b2b0c415b83123c7a366b461d32cbd6765.zip
Update node version (#10639)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8db7400c9f..fb389659bc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.4
-ARG NODE_VERSION=18.13.0-bullseye
+ARG NODE_VERSION=18.16.0-bullseye
# build assets & compile TypeScript