Skip to content

Commit

Permalink
ci: use java-21 for runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Oct 23, 2024
1 parent cbff12d commit 8d83ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tar/src/main/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN echo "dcache:x:994:1000::/home/dcache:/bin/bash" >> /etc/passwd
RUN echo "dcache:!!:18438::::::" >> /etc/shadow

# Add JRE
RUN microdnf -y install java-17-openjdk-headless hostname which procps-ng tar gzip
RUN microdnf -y install java-21-openjdk-headless hostname which procps-ng tar gzip

# Add dCache
COPY maven /opt/dcache
Expand Down

0 comments on commit 8d83ed5

Please sign in to comment.