We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b9d42 commit 52a1baeCopy full SHA for 52a1bae
Dockerfile.runtime
@@ -10,7 +10,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0 AS builder
10
RUN apt update
11
#RUN mkdir /usr/share/man/man1
12
RUN apt install -y python3 python3-distutils \
13
- make openjdk-11-jre nuget libgit2-dev libssl-dev ; apt clean
+ make openjdk-17-jre nuget libgit2-dev libssl-dev ; apt clean
14
15
RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/apt \
16
set -ex ;\
0 commit comments