Skip to content

Commit

Permalink
Bump keycloak to 25.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhaagh committed Aug 19, 2024
1 parent cc65518 commit 6fdba32
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.2
FROM quay.io/keycloak/keycloak:25.0.4

# 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.2</keycloak.version>
<keycloak.version>25.0.4</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 6fdba32

Please sign in to comment.