Skip to content

Commit b7f2b58

Browse files
committed
ORC-2112: Use Java 25 for Ubuntu 26.04 docker test
1 parent 14ebfa3 commit b7f2b58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/ubuntu26/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LABEL org.opencontainers.image.authors="Apache ORC project <dev@orc.apache.org>"
2222
LABEL org.opencontainers.image.licenses="Apache-2.0"
2323
LABEL org.opencontainers.image.ref.name="Apache ORC on Ubuntu 26"
2424
LABEL org.opencontainers.image.version=""
25-
ARG jdk=21
25+
ARG jdk=25
2626
ARG cc=gcc
2727

2828
RUN apt-get update

0 commit comments

Comments
 (0)