Skip to content

Commit

Permalink
update java from 11 to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
usr3-1415 committed Dec 14, 2024
1 parent f066940 commit 08f184e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0 AS builder
RUN apt update
#RUN mkdir /usr/share/man/man1
RUN apt install -y python3 python3-distutils \
make openjdk-11-jre nuget libgit2-dev libssl-dev ; apt clean
make openjdk-17-jre nuget libgit2-dev libssl-dev ; apt clean

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

0 comments on commit 08f184e

Please sign in to comment.