From 59ec06e7c0cf7519ac7bb31db10036b0bd0cf5e4 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 4 Feb 2026 17:33:38 +0100 Subject: [PATCH] Update Docker image to Debian 13 --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a8d9b14c8..79ee6cc4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ # syntax = docker/dockerfile:1.7.1 +# Copyright 2025, 2026 Element Creations Ltd. # Copyright 2025 New Vector Ltd. # # SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial @@ -10,8 +11,8 @@ # being the platform being built. # The Debian version and version name must be in sync -ARG DEBIAN_VERSION=12 -ARG DEBIAN_VERSION_NAME=bookworm +ARG DEBIAN_VERSION=13 +ARG DEBIAN_VERSION_NAME=trixie # Keep in sync with .github/workflows/ci.yaml ARG RUSTC_VERSION=1.93.0 ARG NODEJS_VERSION=24.13.0