Skip to content

Commit 8fae356

Browse files
committed
fix: switch to java 25
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
1 parent bddc7dd commit 8fae356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rhcl/mockserver/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG user=fedora
55

66
# Install dependencies using microdnf (standard for fedora-minimal)
77
RUN microdnf -y update \
8-
&& microdnf install -y java-17-openjdk-headless openssl shadow-utils \
8+
&& microdnf install -y java-25-openjdk-headless.ppc64le openssl shadow-utils \
99
&& microdnf clean all
1010

1111
# Create the user and set up environment

0 commit comments

Comments
 (0)