From 523ac7163817dcd9eec777344a8def97852692a2 Mon Sep 17 00:00:00 2001 From: "stimpy-bot[bot]" <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 14:01:15 +0000 Subject: [PATCH] =?UTF-8?q?feat(container)!:=20Update=20ubuntu=20(=2024.04?= =?UTF-8?q?=20=E2=86=92=20resolute=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- containers/mysticbbs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/mysticbbs/Dockerfile b/containers/mysticbbs/Dockerfile index dbf7a28cc..394d76da4 100644 --- a/containers/mysticbbs/Dockerfile +++ b/containers/mysticbbs/Dockerfile @@ -6,7 +6,7 @@ # - Environment variables and configuration # Version definitions -ARG UBUNTU_VERSION="24.04" +ARG UBUNTU_VERSION="26.04" ARG UNRAR_VERSION="7.1.10" ARG CRYPTLIB_VERSION="345" ARG CRYPTLIB_SO_VERSION="3.4.5"