From ef40069cef2e3e145e186bd7591e1e51d7a8a505 Mon Sep 17 00:00:00 2001 From: majcek210 <155429915+majcek210@users.noreply.github.com> Date: Sat, 22 Nov 2025 11:28:31 +0100 Subject: [PATCH] Update MariaDB image version to 11.8 --- templates/compose/paymenter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/paymenter.yaml b/templates/compose/paymenter.yaml index 8dc5d3a04..e94a1147a 100644 --- a/templates/compose/paymenter.yaml +++ b/templates/compose/paymenter.yaml @@ -43,7 +43,7 @@ services: timeout: 1s retries: 3 mariadb: - image: 'mariadb:11' + image: 'mariadb:11.8' volumes: - 'paymenter_mariadb_data:/var/lib/mysql' environment: