Skip to content

Commit

Permalink
Merge pull request #7 from intensiongmbh/upgrade/keycloak18
Browse files Browse the repository at this point in the history
Upgrade extension to Keycloak 18
  • Loading branch information
ingokuba authored Aug 11, 2022
2 parents fe25346 + 025f2de commit b844def
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'
services:
keycloak:
container_name: keycloak-sendinblue
image: "jboss/keycloak:${KEYCLOAK_VERSION}"
image: "quay.io/keycloak/keycloak:${KEYCLOAK_VERSION}"
ports:
- 18080:8080
environment:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
</distributionManagement>

<properties>
<keycloak.version>12.0.4</keycloak.version>
<projectVersion>1.0.1</projectVersion>
<keycloak.version>18.0.2</keycloak.version>
<projectVersion>1.0.0</projectVersion>
<changelist>-SNAPSHOT</changelist>
<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion test/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ fi
KEYCLOAK_VERSION=$(mvn help:evaluate -Dexpression=keycloak.version -q -DforceStdout)

# start docker
KEYCLOAK_VERSION=$KEYCLOAK_VERSION docker-compose up --build --detach
KEYCLOAK_VERSION="$KEYCLOAK_VERSION-legacy" docker-compose up --build --detach

0 comments on commit b844def

Please sign in to comment.