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