Skip to content

Commit

Permalink
Bump GraalVM s2i image to jdk21 based 23.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gtroitsk authored and mjurc committed Nov 5, 2024
1 parent ece22d8 commit 2e3d72d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class OpenShiftS2iGitRepositoryQuarkusApplicationManagedResource
private static final String INTERNAL_MAVEN_REPOSITORY_PROPERTY = "${internal.s2i.maven.remote.repository}";
private static final PropertyLookup MAVEN_REMOTE_REPOSITORY = new PropertyLookup("s2i.maven.remote.repository");
private static final PropertyLookup QUARKUS_NATIVE_S2I_FROM_SRC = new PropertyLookup("s2i.openshift.base-native-image",
"quay.io/quarkus/ubi-quarkus-graalvmce-s2i:jdk-17");
"quay.io/quarkus/ubi-quarkus-graalvmce-s2i:jdk-21");

private final GitRepositoryQuarkusApplicationManagedResourceBuilder model;

Expand Down

0 comments on commit 2e3d72d

Please sign in to comment.