From 0940990f2e47ea60d0688cd28b7e8e2825a07aea Mon Sep 17 00:00:00 2001 From: Riccardo Boero <ribo@nilu.no> Date: Mon, 30 Sep 2024 08:34:54 +0200 Subject: [PATCH] Updated to latest LTS DB server version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c74da8e..5a10640 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mariadb:11.1 +FROM mariadb:11.4 # copy directories with scripts COPY inputs/update_sys.sh //inputs/update_sys.sh -- GitLab