We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2f243 commit 1a601fcCopy full SHA for 1a601fc
rhcl/mockserver/Containerfile
@@ -5,7 +5,7 @@ ARG user=fedora
5
6
# Install dependencies using microdnf (standard for fedora-minimal)
7
RUN microdnf -y update \
8
- && microdnf install -y java-11-openjdk-headless openssl shadow-utils \
+ && microdnf install -y java-17-openjdk-headless openssl shadow-utils \
9
&& microdnf clean all
10
11
# Create the user and set up environment
0 commit comments