You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ This is emitted when a user deletes their account. Product Opener uses this even
25
25
A JDK is required along with Maven. The versions should match the builder image used in the `Dockerfile`, e.g.
26
26
27
27
```Dockerfile
28
-
FROM maven:3-eclipse-temurin-21 AS builder
28
+
FROM maven:3-eclipse-temurin-25 AS builder
29
29
```
30
30
31
-
Uses Maven version 3 with version 21 of the JDK.
31
+
Uses Maven version 3 with version 25 of the JDK.
32
32
33
33
Note that if the `keycloak.version` property is changed you will need to run `make update_keycloak_version` to update the other version numbers in the `pom.xml` file and refresh themes and messages.
0 commit comments