Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Update java to 11.0.16 #2347

Merged
merged 1 commit into from
Jul 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN apt update &&\
apt install -y wget maven

ARG TARGET_ARCH
ARG JDK_VERSION=11.0.15_10
ARG JDK_VERSION=11.0.16_8

ENV OPENJDK_BASE_URL="https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download"

Expand Down