Skip to content

Commit

Permalink
Merge pull request #407 from bcgov/RHBC-26-spike
Browse files Browse the repository at this point in the history
chore: update kc and java versions
  • Loading branch information
thegentlemanphysicist authored Nov 18, 2024
2 parents 8251c33 + f934286 commit 0da9207
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/keycloak/Dockerfile-26
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.8.5-openjdk-17-slim AS extensions-builder
FROM maven:3.9.4-eclipse-temurin-21 AS extensions-builder

COPY ./extensions-26 /tmp/
WORKDIR /tmp/
Expand Down
6 changes: 3 additions & 3 deletions docker/keycloak/extensions-26/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<packaging>pom</packaging>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<keycloak.version>24.0.5</keycloak.version>
<keycloak.version>26.0.5</keycloak.version>
</properties>

<build>
Expand Down
4 changes: 2 additions & 2 deletions docker/keycloak/extensions-26/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>17</source>
<target>17</target>
<source>21</source>
<target>21</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 0da9207

Please sign in to comment.