Skip to content

Commit

Permalink
chore(deps): update quay.io/keycloak/keycloak docker tag to v23.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 63ec668 commit 11171f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/keycloak/keycloak:23.0.5
FROM quay.io/keycloak/keycloak:23.0.6
COPY spi/target/keycloak-auditor-spi.jar /opt/keycloak/providers/

# Enable health and metrics support
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:

keycloak:
container_name: keycloak
image: quay.io/keycloak/keycloak:23.0.5
image: quay.io/keycloak/keycloak:23.0.6
#command: -v start --import-realm
# export command
#entrypoint: /opt/keycloak/bin/kc.sh export --file /data/test-realm.json
Expand Down

0 comments on commit 11171f9

Please sign in to comment.