Skip to content

Commit

Permalink
update java 11 package for ubi
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Aug 30, 2024
1 parent dbeb013 commit e42c2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/base-jdk/ubi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LABEL name="Zowe Base Image with JDK enabled" \
##################################
# Install JDK
RUN microdnf install --nodocs \
java-1.11.0-openjdk \
java-1.11.0-openjdk-headless \
&& microdnf clean all --enablerepo='*' \
# smoke tests
&& java -version
Expand Down

0 comments on commit e42c2b6

Please sign in to comment.