change continer ubuntu codename and update to phpmyadmin version 5.2.3
Build and Push Docker Container / build-and-push (push) Has started running
Build and Push Docker Container / build-and-push (push) Has started running
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
FROM mariadb:latest
|
FROM mariadb:latest
|
||||||
|
|
||||||
ARG phpmyadmin_version="5.2.2"
|
ARG phpmyadmin_version="5.2.3"
|
||||||
ARG ubuntu_codename="jammy"
|
ARG ubuntu_codename="noble"
|
||||||
|
|
||||||
ENV TZ=Europe/Vienna
|
ENV TZ=Europe/Vienna
|
||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
|
|||||||
Reference in New Issue
Block a user