Skip to content

Commit

Permalink
Bump Keycloak to 25.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhaagh committed Jun 24, 2024
1 parent ec71f45 commit 373bf24
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:25.0.0
FROM quay.io/keycloak/keycloak:25.0.1

# 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>25.0.0</keycloak.version>
<keycloak.version>25.0.1</keycloak.version>
<maven.compiler.release>21</maven.compiler.release>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
</properties>
Expand Down

0 comments on commit 373bf24

Please sign in to comment.