diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-07-08 15:48:46 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-07-08 15:48:46 +0900 |
| commit | b056e8f5eb99bd5fe0bfc2f222195a37d1afd277 (patch) | |
| tree | e98e01356d4f38a1b68d094d0382caf6c79dcba1 /Dockerfile | |
| parent | fix(frontend): ページ遷移でスクロール位置が保持されない... (diff) | |
| download | sharkey-b056e8f5eb99bd5fe0bfc2f222195a37d1afd277.tar.gz sharkey-b056e8f5eb99bd5fe0bfc2f222195a37d1afd277.tar.bz2 sharkey-b056e8f5eb99bd5fe0bfc2f222195a37d1afd277.zip | |
use node 20.3.1
Fix #11179
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index c6ddee2ae6..5431c28aad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.4 -ARG NODE_VERSION=20.4.0-bullseye +ARG NODE_VERSION=20.3.1-bullseye # build assets & compile TypeScript |