Skip to content

Commit 52a1bae

Browse files
committed
update java from 11 to 17
1 parent 59b9d42 commit 52a1bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.runtime

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0 AS builder
1010
RUN apt update
1111
#RUN mkdir /usr/share/man/man1
1212
RUN apt install -y python3 python3-distutils \
13-
make openjdk-11-jre nuget libgit2-dev libssl-dev ; apt clean
13+
make openjdk-17-jre nuget libgit2-dev libssl-dev ; apt clean
1414

1515
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt \
1616
set -ex ;\

0 commit comments

Comments
 (0)