change continer ubuntu codename and update to phpmyadmin version 5.2.3
Build and Push Docker Container / build-and-push (push) Has started running

This commit is contained in:
2025-10-20 16:21:08 +02:00
parent 5cad2be4db
commit 09b6b9fd56
+2 -2
View File
@@ -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