File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ in each resource release, will be documented in this file.
55
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
77
8+ ## v6.0.0.3 - 2023-06-27
9+
10+ ### Changed
11+ - Update jdk-11.0.18+10 to jdk-11.0.19+7.
12+
813## v6.0.0.2 - 2023-01-27
914
1015### Changed
Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2727RUN apk add --no-cache tzdata musl-locales musl-locales-lang \
2828 && rm -rf /var/cache/apk/*
2929
30- ENV JAVA_VERSION jdk-11.0.18+10
30+ ENV JAVA_VERSION jdk-11.0.19+7
3131
3232# Install JDK11
3333RUN set -eux; \
3434 apk add --no-cache --virtual .fetch-deps curl; \
3535 ARCH="$(apk --print-arch)" ; \
3636 case "${ARCH}" in \
3737 amd64|x86_64) \
38- ESUM='42722bdbee99ad1430d6e88f17608909f26b57ab7761fb6b87ff4dbf6a8928bc ' ; \
39- BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.18%2B10 /OpenJDK11U-jdk_x64_alpine-linux_hotspot_11.0.18_10 .tar.gz' ; \
38+ ESUM='45f56d75da2f55b29e7307cc790958e379abbe6b5f160a3824dc26e320c718e5 ' ; \
39+ BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.19%2B7 /OpenJDK11U-jdk_x64_alpine-linux_hotspot_11.0.19_7 .tar.gz' ; \
4040 ;; \
4141 *) \
4242 echo "Unsupported arch: ${ARCH}" ; \
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
2727RUN yum install -y tzdata openssl curl ca-certificates fontconfig gzip tar \
2828 && yum clean all
2929
30- ENV JAVA_VERSION jdk-11.0.18+10
30+ ENV JAVA_VERSION jdk-11.0.19+7
3131
3232# Install JDK11
3333RUN set -eux; \
3434 ARCH="$(objdump=" $(command -v objdump)" && objdump --file-headers " $objdump" | awk -F '[:,]+[[:space:]]+' '$1 == " architecture" { print $2 }')" ; \
3535 case "${ARCH}" in \
3636 amd64|i386:x86-64) \
37- ESUM='4a29efda1d702b8ff38e554cf932051f40ec70006caed5c4857a8cbc7a0b7db7 ' ; \
38- BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.18%2B10 /OpenJDK11U-jdk_x64_linux_hotspot_11.0.18_10 .tar.gz' ; \
37+ ESUM='5f19fb28aea3e28fcc402b73ce72f62b602992d48769502effe81c52ca39a581 ' ; \
38+ BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.19%2B7 /OpenJDK11U-jdk_x64_linux_hotspot_11.0.19_7 .tar.gz' ; \
3939 ;; \
4040 *) \
4141 echo "Unsupported arch: ${ARCH}" ; \
You can’t perform that action at this time.
0 commit comments