Skip to content

Commit 941b7d0

Browse files
authored
Update quay.io/keycloak/keycloak Docker tag to v26.7.1 (apache#5242)
1 parent 0888f05 commit 941b7d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

site/content/guides/keycloak/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ services:
8585
test: ["CMD", "test", "-f", "/tmp/polaris-setup-done"]
8686

8787
keycloak:
88-
image: quay.io/keycloak/keycloak:26.7.0
88+
image: quay.io/keycloak/keycloak:26.7.1
8989
ports:
9090
- "8080:8080"
9191
environment:

tools/testcontainers/keycloak/src/main/resources/org/apache/polaris/test/keycloak/Dockerfile-keycloak-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919

2020
# Dockerfile to provide the image name and tag to a test.
2121
# Version is managed by Renovate - do not edit.
22-
FROM quay.io/keycloak/keycloak:26.7.0
22+
FROM quay.io/keycloak/keycloak:26.7.1

0 commit comments

Comments
 (0)