diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-11-24 09:20:41 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-11-24 09:20:41 +0900 |
| commit | 06ed64f26f799ada108c8f2df315414b27681765 (patch) | |
| tree | 61b421999d037a52572885cb8ae219e6e18796fc /Dockerfile | |
| parent | Update index.d.ts (diff) | |
| download | misskey-06ed64f26f799ada108c8f2df315414b27681765.tar.gz misskey-06ed64f26f799ada108c8f2df315414b27681765.tar.bz2 misskey-06ed64f26f799ada108c8f2df315414b27681765.zip | |
update node to 20.10.0
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
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 |