]> Untitled Git - go.git/commitdiff
Updated mariadb to 11.1.2
authorClifton Palmer <clifton.james.palmer@protonmail.com>
Thu, 2 Nov 2023 12:13:47 +0000 (07:13 -0500)
committerClifton Palmer <clifton.james.palmer@protonmail.com>
Thu, 2 Nov 2023 12:13:47 +0000 (07:13 -0500)
docker-compose-prod.yml
docker-compose.yml

index e8be745b68c8ce70492824c10f31d72e01cbc61c..f846f48c81abf09014eabea0370835b69c81b858 100644 (file)
@@ -4,7 +4,7 @@ networks:
         external: true
 services:
     db:
-        image: mariadb:10.6
+        image: mariadb:11.1.2
         environment:
             MARIADB_ROOT_PASSWORD: admin
             MARIADB_DATABASE: go
index 97eaf0f8aa20af5330c442f7dd87441be0298aec..48fee2e1013702cee562b2810a14004e9fe02abd 100644 (file)
@@ -1,7 +1,7 @@
 version: '3'
 services:
     db:
-        image: mariadb:10.6
+        image: mariadb:11.1.2
         environment:
             MARIADB_ROOT_PASSWORD: admin
             MARIADB_DATABASE: go