Skip to content

Commit

Permalink
Bumped Keycloak to version 17.0.1
Browse files Browse the repository at this point in the history
In the Dockerfile we use the "legacy" wildfly version of the Keycloak base image for now
  • Loading branch information
oliverhaagh committed Apr 11, 2022
1 parent c56664e commit 5cd087e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<keycloak.version>16.1.1</keycloak.version>
<keycloak.version>17.0.1</keycloak.version>
<maven.compiler.release>11</maven.compiler.release>
</properties>

Expand Down

0 comments on commit 5cd087e

Please sign in to comment.