chore(deps): update quay.io/keycloak/keycloak docker tag to v26.1.5
All checks were successful
Lint / lint (pull_request) Successful in 2m5s
Terraform Plan and Apply / cicd (pull_request) Successful in 1m23s
Lint / lint (push) Successful in 1m20s
Terraform Plan and Apply / cicd (push) Successful in 1m16s

This commit is contained in:
Renovate Bot 2025-04-11 08:05:21 +00:00
parent ad5c61e749
commit 8cdfd8ef97

View file

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