From 3cbd099faf13793496c043bab4bd0d0e8c282753 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:18:19 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 --- roles/custom/matrix-bridge-rustpush/templates/Dockerfile.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/custom/matrix-bridge-rustpush/templates/Dockerfile.j2 b/roles/custom/matrix-bridge-rustpush/templates/Dockerfile.j2 index dc2b97089..30b44770e 100644 --- a/roles/custom/matrix-bridge-rustpush/templates/Dockerfile.j2 +++ b/roles/custom/matrix-bridge-rustpush/templates/Dockerfile.j2 @@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later #} # ── Stage 1: builder ───────────────────────────────────────────────────────── -FROM ubuntu:24.04 AS builder +FROM ubuntu:26.04 AS builder ENV DEBIAN_FRONTEND=noninteractive @@ -80,7 +80,7 @@ RUN BUILD_TIME=$(date -u +%Y-%m-%dT%H:%M:%SZ) && \ ./cmd/matrix-rustpush/ # ── Stage 2: runtime ───────────────────────────────────────────────────────── -FROM ubuntu:24.04 +FROM ubuntu:26.04 ENV DEBIAN_FRONTEND=noninteractive