Skip to content

Commit

Permalink
Merge pull request #152 from data-catering/renovate/quay.io-keycloak-…
Browse files Browse the repository at this point in the history
…keycloak-26.x

Update quay.io/keycloak/keycloak Docker tag to v26.0.1
  • Loading branch information
pflooky authored Oct 18, 2024
2 parents cc3c005 + 4b0d8e3 commit 137f4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ services:
- KC_REALM_NAME=myrealm
- "KEYCLOAK_ADMIN=${KEYCLOAK_USER:-admin}"
- "KEYCLOAK_ADMIN_PASSWORD=${KEYCLOAK_PASSWORD:-admin}"
image: "quay.io/keycloak/keycloak:${KEYCLOACK_VERSION:-26.0.0}"
image: "quay.io/keycloak/keycloak:${KEYCLOACK_VERSION:-26.0.1}"
ports:
- "8082:8080"
restart: unless-stopped
Expand Down

0 comments on commit 137f4bf

Please sign in to comment.