Skip to content

Commit

Permalink
Merge pull request #28 from badrange/update-dependency-12.0.4
Browse files Browse the repository at this point in the history
Update dependency to keycloak version (12.0.4)
  • Loading branch information
daniel-frak authored May 13, 2021
2 parents 9f59cdf + b87b654 commit 1b39e21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ https://codesoapbox.dev/keycloak-user-migration

| Keycloak Version | Commit |
|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|
| 11.X | Current |
| 12.X | Current |
| 11.x | [9f59cdf7fa888c31c5cda3d1fe014c9a0682ab30](https://github.com/daniel-frak/keycloak-user-migration/tree/9f59cdf7fa888c31c5cda3d1fe014c9a0682ab30) |
| 9.X | [c9c64162b91cedc29d8bf360c3df50b69fdb4c6b](https://github.com/daniel-frak/keycloak-user-migration/tree/c9c64162b91cedc29d8bf360c3df50b69fdb4c6b) |

## Prerequisites - REST endpoints in the legacy system
Expand Down
4 changes: 2 additions & 2 deletions docker/keycloak/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM jboss/keycloak:11.0.0
FROM jboss/keycloak:12.0.4

USER root

COPY . /project
RUN cd /project && ./mvnw clean package

FROM jboss/keycloak:11.0.0
FROM jboss/keycloak:12.0.4
USER root
COPY --from=0 /project/target/*.jar /opt/jboss/keycloak/standalone/deployments/app.jar
USER 1000
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0-SNAPSHOT</version>
<properties>
<java.version>11</java.version>
<keycloak.version>11.0.0</keycloak.version>
<keycloak.version>12.0.0</keycloak.version>
<resteasy.version>4.4.1.Final</resteasy.version>
<mockito.version>3.9.0</mockito.version>

Expand Down

0 comments on commit 1b39e21

Please sign in to comment.