Просмотр исходного кода

chore(deps): update docker.io/library/mariadb docker tag to v11.5.2

renovate[bot] 1 год назад
Родитель
Сommit
5fe2a23458
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docker-compose/mariadb/compose.yaml

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

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