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

This commit is contained in:
Renovate Bot 2025-04-11 13:26:28 +00:00
parent 8cdfd8ef97
commit 00e82298ab

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"]
} }