Update 25-10-2023

This commit is contained in:
Marc Fokkert
2023-10-25 16:04:32 +02:00
parent a44f853e52
commit 392275d77e
3 changed files with 286 additions and 328 deletions

View File

@@ -1,5 +1,5 @@
data "docker_registry_image" "mariadb" {
name = "mariadb:10.6"
name = "mariadb:10.11"
}
resource "docker_image" "mariadb" {