summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorKanariKanaru <93921745+kanarikanaru@users.noreply.github.com>2025-01-04 15:08:52 +0900
committerGitHub <noreply@github.com>2025-01-04 06:08:52 +0000
commit84bf90d1bda65e31966b004e06e0d2b30b926bbd (patch)
treef926c601edf969f042a30fe1ae8c7958eebd938c /Dockerfile
parentfix(frontend): MiAuth認可画面で、認可処理に失敗した場合で... (diff)
downloadsharkey-84bf90d1bda65e31966b004e06e0d2b30b926bbd.tar.gz
sharkey-84bf90d1bda65e31966b004e06e0d2b30b926bbd.tar.bz2
sharkey-84bf90d1bda65e31966b004e06e0d2b30b926bbd.zip
Chore: Docker内のDebianのバージョンを上げる(bookworm) (#15073)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
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