chore(deps): update quay.io/keycloak/keycloak docker tag to v26.1.4
All checks were successful
Lint / lint (pull_request) Successful in 57s
Terraform Plan and Apply / cicd (pull_request) Successful in 1m1s
Lint / lint (push) Successful in 53s
Terraform Plan and Apply / cicd (push) Successful in 1m5s

This commit is contained in:
Renovate Bot 2025-03-13 16:01:32 +00:00
parent c0bd4def11
commit 1f559b8e47

View file

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