From 84bf90d1bda65e31966b004e06e0d2b30b926bbd Mon Sep 17 00:00:00 2001 From: KanariKanaru <93921745+kanarikanaru@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:08:52 +0900 Subject: Chore: Docker内のDebianのバージョンを上げる(bookworm) (#15073) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3-freya