diff mbox series

[layerindex-web,5/6] docker-compose.yml: mariadb:lts

Message ID 490205e3a63a4a177b6ae084479fda0822598d16.1705341088.git.tim.orling@konsulko.com
State New
Headers show
Series [layerindex-web,1/6] dockersetup: use .zst not .zstd | expand

Commit Message

Tim Orling Jan. 15, 2024, 5:56 p.m. UTC
We should really be striving to be compatible with
the latest mariadb LTS (currently 10.11).

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/docker-compose.yml b/docker-compose.yml
index e57f59d..8b43946 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,7 +1,7 @@ 
 version: '3'
 services:
   layersdb:
-    image: mariadb:10.4
+    image: mariadb:lts
     command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --wait_timeout=28800 --max_allowed_packet=128M
     environment:
      - "MYSQL_DATABASE=layersdb"