Skip to content

Commit

Permalink
Update quay.io/keycloak/keycloak Docker tag to v26.1.0 (#1304)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent d9953ce commit b5430b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ./dataset:/docker-entrypoint-initdb.d

keycloak-pitc:
image: quay.io/keycloak/keycloak:26.0.8
image: quay.io/keycloak/keycloak:26.1.0
environment:
- KC_BOOTSTRAP_ADMIN_USERNAME=admin26
- KC_BOOTSTRAP_ADMIN_PASSWORD=keycloak26
Expand All @@ -26,7 +26,7 @@ services:
- "8544:8080"

keycloak-acme:
image: quay.io/keycloak/keycloak:26.0.8
image: quay.io/keycloak/keycloak:26.1.0
environment:
- KC_BOOTSTRAP_ADMIN_USERNAME=admin26
- KC_BOOTSTRAP_ADMIN_PASSWORD=keycloak26
Expand Down

0 comments on commit b5430b9

Please sign in to comment.