Skip to content

Commit

Permalink
Update quay.io/keycloak/keycloak Docker tag to v25.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent ca248d3 commit e5c078a
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 @@ -679,7 +679,7 @@ services:
- KC_REALM_NAME=myrealm
- "KEYCLOAK_ADMIN=${KEYCLOAK_USER:-admin}"
- "KEYCLOAK_ADMIN_PASSWORD=${KEYCLOAK_PASSWORD:-admin}"
image: "quay.io/keycloak/keycloak:${KEYCLOACK_VERSION:-25.0.0}"
image: "quay.io/keycloak/keycloak:${KEYCLOACK_VERSION:-25.0.6}"
ports:
- "8082:8080"
restart: unless-stopped
Expand Down

0 comments on commit e5c078a

Please sign in to comment.