chore(deps): update quay.io/keycloak/keycloak docker tag to v26.2.0
All checks were successful
Lint / lint (push) Successful in 1m11s
Terraform Plan and Apply / cicd (push) Successful in 1m12s

This commit is contained in:
Renovate Bot 2025-04-11 13:26:28 +00:00
parent 3eaf8fd71a
commit 2c34f1b056

View file

@ -44,7 +44,7 @@ job "keycloak" {
driver = "docker" driver = "docker"
config { config {
image = "quay.io/keycloak/keycloak:26.1.5" image = "quay.io/keycloak/keycloak:26.2.0"
args = ["start"] args = ["start"]
} }