Skip to content

Commit

Permalink
Bump Keycloak to 24.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhaagh committed Apr 18, 2024
1 parent 3eee698 commit 44d27f8
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,4 +1,4 @@
FROM quay.io/keycloak/keycloak:24.0.1
FROM quay.io/keycloak/keycloak:24.0.3

# Set the environmental variables
ENV KC_DB postgres
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>24.0.2</keycloak.version>
<keycloak.version>24.0.3</keycloak.version>
<maven.compiler.release>17</maven.compiler.release>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
</properties>
Expand Down

0 comments on commit 44d27f8

Please sign in to comment.