Skip to content

Commit d75701a

Browse files
Dockerfile: upgrade openjdk version (#6130)
The golang image has update its Debian version, so we need to move to a newer version of openjdk
1 parent bca21a9 commit d75701a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && \
44
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
55
wget \
66
unzip \
7-
openjdk-17-jre \
7+
openjdk-25-jre \
88
bzip2 \
99
patch && \
1010
apt-get clean -y && \

0 commit comments

Comments
 (0)