diff options
| author | KanariKanaru <93921745+kanarikanaru@users.noreply.github.com> | 2025-01-04 15:08:52 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-04 06:08:52 +0000 |
| commit | 84bf90d1bda65e31966b004e06e0d2b30b926bbd (patch) | |
| tree | f926c601edf969f042a30fe1ae8c7958eebd938c /Dockerfile | |
| parent | fix(frontend): MiAuth認可画面で、認可処理に失敗した場合で... (diff) | |
| download | sharkey-84bf90d1bda65e31966b004e06e0d2b30b926bbd.tar.gz sharkey-84bf90d1bda65e31966b004e06e0d2b30b926bbd.tar.bz2 sharkey-84bf90d1bda65e31966b004e06e0d2b30b926bbd.zip | |
Chore: Docker内のDebianのバージョンを上げる(bookworm) (#15073)
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index ee765abe7c..13f6909462 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.4 -ARG NODE_VERSION=22.11.0-bullseye +ARG NODE_VERSION=22.11.0-bookworm # build assets & compile TypeScript |