Skip to content

Commit

Permalink
DBZ-7224 Use Java 17 as baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Jul 3, 2024
1 parent aa931ab commit 05a1f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ LABEL maintainer="Debezium Community"

USER root
RUN microdnf update -y &&\
microdnf install -y java-11-openjdk tar gzip iproute findutils zip &&\
microdnf install -y java-21-openjdk tar gzip iproute findutils zip &&\
microdnf clean all

0 comments on commit 05a1f8d

Please sign in to comment.