Skip to content

Commit 033bf2d

Browse files
Update quay.io/keycloak/keycloak Docker tag to v26
1 parent 801620e commit 033bf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
keycloak:
1111
# Starting with Keycloak 17, Keycloak is now powered by Quarkus and no longer WildFly
1212
# This requires slight changes to the configuration, see https://www.keycloak.org/migration/migrating-to-quarkus
13-
image: quay.io/keycloak/keycloak:18.0.2
13+
image: quay.io/keycloak/keycloak:26.1.3
1414
command: [ 'start-dev --http-relative-path /auth --import-realm --auto-build' ]
1515
environment:
1616
- KEYCLOAK_DB=dev-file

0 commit comments

Comments
 (0)