Skip to content

Commit

Permalink
Update quay.io/keycloak/keycloak Docker tag to v26.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 548a7aa commit aa27be1
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
@@ -13,7 +13,7 @@ services:
- ./dataset:/docker-entrypoint-initdb.d

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

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

0 comments on commit aa27be1

Please sign in to comment.