Merge pull request #194 from ChristianLempa/renovate/docker-3.x

chore(deps): update terraform docker to v3
This commit is contained in:
Christian Lempa 2024-03-18 16:40:35 +01:00 committed by GitHub
commit c5fbbd1a97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
docker = {
source = "kreuzwerker/docker"
version = "~> 2.13.0"
version = "~> 3.0.0"
}
}
}