From 5cd087e5a41f5600776a15586c3f57c1b6c1455b Mon Sep 17 00:00:00 2001 From: Oliver Haagh Date: Mon, 11 Apr 2022 15:26:39 +0200 Subject: [PATCH] Bumped Keycloak to version 17.0.1 In the Dockerfile we use the "legacy" wildfly version of the Keycloak base image for now --- docker/Dockerfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 405172e..cbe3f2d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ # Run like this: # docker run --name keycloak -v /path/to/config-directory/on/machine:/mc-eventprovider-conf -e DB_DATABASE=kcdb -e DB_USERNAME=kcuser -e DB_PASSWORD=kcpassword -e DB_PORT=3306 -e DB_ADDR=localhost dmadk/keycloak-mysql-mc-ha:latest # -FROM quay.io/keycloak/keycloak:16.1.1 +FROM quay.io/keycloak/keycloak:17.0.1-legacy ADD docker-entrypoint.sh /opt/jboss/tools/ diff --git a/pom.xml b/pom.xml index 6ada9b7..e7ee54a 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ UTF-8 - 16.1.1 + 17.0.1 11