Sfoglia il codice sorgente

Merge pull request #394 from ChristianLempa/renovate/docker.io-library-mariadb-11.4.x

Christoph Schug 1 anno fa
parent
commit
a1b852ecc5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docker-compose/mariadb/compose.yaml

+ 1 - 1
docker-compose/mariadb/compose.yaml

@@ -8,7 +8,7 @@ volumes:
 services:
 services:
   mariadb:
   mariadb:
     # (Recommended) replace "latest" with specific version
     # (Recommended) replace "latest" with specific version
-    image: docker.io/library/mariadb:11.4.2
+    image: docker.io/library/mariadb:11.4.3
     # (Optional) remove this section when you don't want to expose
     # (Optional) remove this section when you don't want to expose
     ports:
     ports:
       - 3306:3306
       - 3306:3306