From 09b6b9fd56e21f4ef9809e0a8b6e8e262342d975 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Mon, 20 Oct 2025 16:21:08 +0200 Subject: [PATCH] change continer ubuntu codename and update to phpmyadmin version 5.2.3 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a3ae896..9bcd2f3 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM mariadb:latest -ARG phpmyadmin_version="5.2.2" -ARG ubuntu_codename="jammy" +ARG phpmyadmin_version="5.2.3" +ARG ubuntu_codename="noble" ENV TZ=Europe/Vienna RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone