diff --git a/11/headful/al2023/Dockerfile b/11/headful/al2023/Dockerfile index 8dc85f3..73cef1e 100644 --- a/11/headful/al2023/Dockerfile +++ b/11/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=11.0.24.8-1 +ARG version=11.0.25.9-1 RUN set -eux \ && rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \ && echo "localpkg_gpgcheck=1" >> /etc/dnf/dnf.conf \ diff --git a/11/headless/al2/Dockerfile b/11/headless/al2/Dockerfile index b1d3cc5..cdbff65 100644 --- a/11/headless/al2/Dockerfile +++ b/11/headless/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=11.0.24.8-1 +ARG version=11.0.25.9-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/11/headless/al2023/Dockerfile b/11/headless/al2023/Dockerfile index 2796083..6a37006 100644 --- a/11/headless/al2023/Dockerfile +++ b/11/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=11.0.24.8-1 +ARG version=11.0.25.9-1 RUN set -eux \ && rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \ && echo "localpkg_gpgcheck=1" >> /etc/dnf/dnf.conf \ diff --git a/11/jdk/al2-generic/Dockerfile b/11/jdk/al2-generic/Dockerfile index c0189d4..d778539 100644 --- a/11/jdk/al2-generic/Dockerfile +++ b/11/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=11.0.24.8-1 +ARG version=11.0.25.9-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/11/jdk/al2/Dockerfile b/11/jdk/al2/Dockerfile index fa775a1..941d9e1 100644 --- a/11/jdk/al2/Dockerfile +++ b/11/jdk/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=11.0.24.8-1 +ARG version=11.0.25.9-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/11/jdk/al2023/Dockerfile b/11/jdk/al2023/Dockerfile index 878a774..dec5cc8 100644 --- a/11/jdk/al2023/Dockerfile +++ b/11/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=11.0.24.8-1 +ARG version=11.0.25.9-1 RUN set -eux \ && rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \ diff --git a/11/jdk/alpine/3.17/Dockerfile b/11/jdk/alpine/3.17/Dockerfile index 548100c..7b72910 100644 --- a/11/jdk/alpine/3.17/Dockerfile +++ b/11/jdk/alpine/3.17/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=11.0.24.8.1 +ARG version=11.0.25.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/11/jdk/alpine/3.18/Dockerfile b/11/jdk/alpine/3.18/Dockerfile index 3778783..360154a 100644 --- a/11/jdk/alpine/3.18/Dockerfile +++ b/11/jdk/alpine/3.18/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -ARG version=11.0.24.8.1 +ARG version=11.0.25.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/11/jdk/alpine/3.19/Dockerfile b/11/jdk/alpine/3.19/Dockerfile index 8a23b14..7b102e5 100644 --- a/11/jdk/alpine/3.19/Dockerfile +++ b/11/jdk/alpine/3.19/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG version=11.0.24.8.1 +ARG version=11.0.25.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/11/jdk/alpine/3.20/Dockerfile b/11/jdk/alpine/3.20/Dockerfile index 28d57b9..0472605 100644 --- a/11/jdk/alpine/3.20/Dockerfile +++ b/11/jdk/alpine/3.20/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ARG version=11.0.24.8.1 +ARG version=11.0.25.9.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/11/jdk/debian/Dockerfile b/11/jdk/debian/Dockerfile index 8e328e1..05b3e19 100644 --- a/11/jdk/debian/Dockerfile +++ b/11/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=11.0.24.8-1 +ARG version=11.0.25.9-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/17/headful/al2/Dockerfile b/17/headful/al2/Dockerfile index 78fc732..9749528 100644 --- a/17/headful/al2/Dockerfile +++ b/17/headful/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.12.7-1 +ARG version=17.0.13.11-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/17/headful/al2023/Dockerfile b/17/headful/al2023/Dockerfile index 5a8861b..ee19af7 100644 --- a/17/headful/al2023/Dockerfile +++ b/17/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=17.0.12.7-1 +ARG version=17.0.13.11-1 ARG package_version=1 RUN set -eux \ diff --git a/17/headless/al2/Dockerfile b/17/headless/al2/Dockerfile index 8c1d14f..9dd292a 100644 --- a/17/headless/al2/Dockerfile +++ b/17/headless/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.12.7-1 +ARG version=17.0.13.11-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/17/headless/al2023/Dockerfile b/17/headless/al2023/Dockerfile index 7334a7d..fa5a3f5 100644 --- a/17/headless/al2023/Dockerfile +++ b/17/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=17.0.12.7-1 +ARG version=17.0.13.11-1 ARG package_version=1 RUN set -eux \ diff --git a/17/jdk/al2-generic/Dockerfile b/17/jdk/al2-generic/Dockerfile index f770ef1..4d13d85 100644 --- a/17/jdk/al2-generic/Dockerfile +++ b/17/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.12.7-1 +ARG version=17.0.13.11-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/17/jdk/al2/Dockerfile b/17/jdk/al2/Dockerfile index 9a5101c..cf4643c 100644 --- a/17/jdk/al2/Dockerfile +++ b/17/jdk/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.12.7-1 +ARG version=17.0.13.11-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/17/jdk/al2023/Dockerfile b/17/jdk/al2023/Dockerfile index 8d4c3c7..5352dc4 100644 --- a/17/jdk/al2023/Dockerfile +++ b/17/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=17.0.12.7-1 +ARG version=17.0.13.11-1 ARG package_version=1 RUN set -eux \ diff --git a/17/jdk/alpine/3.17/Dockerfile b/17/jdk/alpine/3.17/Dockerfile index 801d850..38c0b5e 100644 --- a/17/jdk/alpine/3.17/Dockerfile +++ b/17/jdk/alpine/3.17/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=17.0.12.7.1 +ARG version=17.0.13.11.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/17/jdk/alpine/3.18/Dockerfile b/17/jdk/alpine/3.18/Dockerfile index bc39a27..bec0c09 100644 --- a/17/jdk/alpine/3.18/Dockerfile +++ b/17/jdk/alpine/3.18/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -ARG version=17.0.12.7.1 +ARG version=17.0.13.11.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/17/jdk/alpine/3.19/Dockerfile b/17/jdk/alpine/3.19/Dockerfile index 684a95e..4a12315 100644 --- a/17/jdk/alpine/3.19/Dockerfile +++ b/17/jdk/alpine/3.19/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG version=17.0.12.7.1 +ARG version=17.0.13.11.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/17/jdk/alpine/3.20/Dockerfile b/17/jdk/alpine/3.20/Dockerfile index ba09ec4..492d3c9 100644 --- a/17/jdk/alpine/3.20/Dockerfile +++ b/17/jdk/alpine/3.20/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ARG version=17.0.12.7.1 +ARG version=17.0.13.11.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/17/jdk/debian/Dockerfile b/17/jdk/debian/Dockerfile index de88467..78cbf04 100644 --- a/17/jdk/debian/Dockerfile +++ b/17/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=17.0.12.7-1 +ARG version=17.0.13.11-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/17/slim/al2/Dockerfile b/17/slim/al2/Dockerfile index 97109b6..cfaf2c8 100644 --- a/17/slim/al2/Dockerfile +++ b/17/slim/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.12.7-1 +ARG version=17.0.13.11-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/17/slim/alpine/Dockerfile b/17/slim/alpine/Dockerfile index 8f0a13b..d5ca63b 100644 --- a/17/slim/alpine/Dockerfile +++ b/17/slim/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=17.0.12.7.1 +ARG version=17.0.13.11.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/17/slim/debian/Dockerfile b/17/slim/debian/Dockerfile index 2e8ecaa..9647e38 100644 --- a/17/slim/debian/Dockerfile +++ b/17/slim/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=17.0.12.7-1 +ARG version=17.0.13.11-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/21/headful/al2023/Dockerfile b/21/headful/al2023/Dockerfile index 540e2e9..67b80ea 100644 --- a/21/headful/al2023/Dockerfile +++ b/21/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=21.0.4.7-1 +ARG version=21.0.5.11-1 ARG package_version=1 RUN set -eux \ diff --git a/21/headless/al2023/Dockerfile b/21/headless/al2023/Dockerfile index a0f903c..fbac7e7 100644 --- a/21/headless/al2023/Dockerfile +++ b/21/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=21.0.4.7-1 +ARG version=21.0.5.11-1 ARG package_version=1 RUN set -eux \ diff --git a/21/jdk/al2-generic/Dockerfile b/21/jdk/al2-generic/Dockerfile index 0dc82ea..9fc13de 100644 --- a/21/jdk/al2-generic/Dockerfile +++ b/21/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=21.0.4.7-1 +ARG version=21.0.5.11-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/21/jdk/al2023/Dockerfile b/21/jdk/al2023/Dockerfile index 763d2bc..8814ba9 100644 --- a/21/jdk/al2023/Dockerfile +++ b/21/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=21.0.4.7-1 +ARG version=21.0.5.11-1 ARG package_version=1 RUN set -eux \ diff --git a/21/jdk/alpine/3.17/Dockerfile b/21/jdk/alpine/3.17/Dockerfile index ff8507f..9997f77 100644 --- a/21/jdk/alpine/3.17/Dockerfile +++ b/21/jdk/alpine/3.17/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=21.0.4.7.1 +ARG version=21.0.5.11.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/21/jdk/alpine/3.18/Dockerfile b/21/jdk/alpine/3.18/Dockerfile index 7dc7283..088a686 100644 --- a/21/jdk/alpine/3.18/Dockerfile +++ b/21/jdk/alpine/3.18/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -ARG version=21.0.4.7.1 +ARG version=21.0.5.11.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/21/jdk/alpine/3.19/Dockerfile b/21/jdk/alpine/3.19/Dockerfile index c2c94f6..240dbf8 100644 --- a/21/jdk/alpine/3.19/Dockerfile +++ b/21/jdk/alpine/3.19/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG version=21.0.4.7.1 +ARG version=21.0.5.11.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/21/jdk/alpine/3.20/Dockerfile b/21/jdk/alpine/3.20/Dockerfile index 69f28d4..087a1b0 100644 --- a/21/jdk/alpine/3.20/Dockerfile +++ b/21/jdk/alpine/3.20/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ARG version=21.0.4.7.1 +ARG version=21.0.5.11.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/21/jdk/debian/Dockerfile b/21/jdk/debian/Dockerfile index 0e1e4e6..8a9e8bb 100644 --- a/21/jdk/debian/Dockerfile +++ b/21/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=21.0.4.7-1 +ARG version=21.0.5.11-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/21/slim/al2/Dockerfile b/21/slim/al2/Dockerfile index f0614d7..9ecdc7b 100644 --- a/21/slim/al2/Dockerfile +++ b/21/slim/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=21.0.4.7-1 +ARG version=21.0.5.11-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/21/slim/alpine/Dockerfile b/21/slim/alpine/Dockerfile index 271923d..f4b228f 100644 --- a/21/slim/alpine/Dockerfile +++ b/21/slim/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=21.0.4.7.1 +ARG version=21.0.5.11.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/21/slim/debian/Dockerfile b/21/slim/debian/Dockerfile index c0e0414..c21378b 100644 --- a/21/slim/debian/Dockerfile +++ b/21/slim/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=21.0.4.7-1 +ARG version=21.0.5.11-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/23/headful/al2023/Dockerfile b/23/headful/al2023/Dockerfile index 07b9170..d2c71fd 100644 --- a/23/headful/al2023/Dockerfile +++ b/23/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=23.0.0.37-1 +ARG version=23.0.1.8-1 ARG package_version=1 RUN set -eux \ diff --git a/23/headless/al2023/Dockerfile b/23/headless/al2023/Dockerfile index 4c90a75..2444bdc 100644 --- a/23/headless/al2023/Dockerfile +++ b/23/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=23.0.0.37-1 +ARG version=23.0.1.8-1 ARG package_version=1 RUN set -eux \ diff --git a/23/jdk/al2023/Dockerfile b/23/jdk/al2023/Dockerfile index 6ddf30b..51990d3 100644 --- a/23/jdk/al2023/Dockerfile +++ b/23/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=23.0.0.37-1 +ARG version=23.0.1.8-1 ARG package_version=1 RUN set -eux \ diff --git a/23/jdk/alpine/3.17/Dockerfile b/23/jdk/alpine/3.17/Dockerfile index 2d0745c..b10f190 100644 --- a/23/jdk/alpine/3.17/Dockerfile +++ b/23/jdk/alpine/3.17/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=23.0.0.37.1 +ARG version=23.0.1.8.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/23/jdk/alpine/3.18/Dockerfile b/23/jdk/alpine/3.18/Dockerfile index 2032f3e..93104ed 100644 --- a/23/jdk/alpine/3.18/Dockerfile +++ b/23/jdk/alpine/3.18/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -ARG version=23.0.0.37.1 +ARG version=23.0.1.8.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/23/jdk/alpine/3.19/Dockerfile b/23/jdk/alpine/3.19/Dockerfile index 3d4fda8..5b3ee1b 100644 --- a/23/jdk/alpine/3.19/Dockerfile +++ b/23/jdk/alpine/3.19/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG version=23.0.0.37.1 +ARG version=23.0.1.8.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/23/jdk/alpine/3.20/Dockerfile b/23/jdk/alpine/3.20/Dockerfile index eb23961..83656c6 100644 --- a/23/jdk/alpine/3.20/Dockerfile +++ b/23/jdk/alpine/3.20/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ARG version=23.0.0.37.1 +ARG version=23.0.1.8.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/23/jdk/debian/Dockerfile b/23/jdk/debian/Dockerfile index 20b7339..4011d3f 100644 --- a/23/jdk/debian/Dockerfile +++ b/23/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=23.0.0.37-1 +ARG version=23.0.1.8-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/23/slim/alpine/Dockerfile b/23/slim/alpine/Dockerfile index 7a3d3d2..7dfb993 100644 --- a/23/slim/alpine/Dockerfile +++ b/23/slim/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=23.0.0.37.1 +ARG version=23.0.1.8.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/23/slim/debian/Dockerfile b/23/slim/debian/Dockerfile index 052574d..e7ceec6 100644 --- a/23/slim/debian/Dockerfile +++ b/23/slim/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=23.0.0.37-1 +ARG version=23.0.1.8-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/8/jdk/al2-generic/Dockerfile b/8/jdk/al2-generic/Dockerfile index 69dbe8c..fab10cf 100644 --- a/8/jdk/al2-generic/Dockerfile +++ b/8/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=1.8.0_422.b05-1 +ARG version=1.8.0_432.b06-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/8/jdk/al2/Dockerfile b/8/jdk/al2/Dockerfile index 709ee8c..8ea5ff8 100644 --- a/8/jdk/al2/Dockerfile +++ b/8/jdk/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=1.8.0_422.b05-1 +ARG version=1.8.0_432.b06-1 RUN set -eux \ diff --git a/8/jdk/al2023/Dockerfile b/8/jdk/al2023/Dockerfile index 22dc22a..aebec3c 100644 --- a/8/jdk/al2023/Dockerfile +++ b/8/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=1.8.0_422.b05-1 +ARG version=1.8.0_432.b06-1 RUN set -eux \ diff --git a/8/jdk/alpine/3.17/Dockerfile b/8/jdk/alpine/3.17/Dockerfile index 56e5593..7017f32 100644 --- a/8/jdk/alpine/3.17/Dockerfile +++ b/8/jdk/alpine/3.17/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=8.422.05.1 +ARG version=8.432.06.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jdk/alpine/3.18/Dockerfile b/8/jdk/alpine/3.18/Dockerfile index 13fe517..af3b488 100644 --- a/8/jdk/alpine/3.18/Dockerfile +++ b/8/jdk/alpine/3.18/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -ARG version=8.422.05.1 +ARG version=8.432.06.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jdk/alpine/3.19/Dockerfile b/8/jdk/alpine/3.19/Dockerfile index b5aa35d..ad85e84 100644 --- a/8/jdk/alpine/3.19/Dockerfile +++ b/8/jdk/alpine/3.19/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG version=8.422.05.1 +ARG version=8.432.06.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jdk/alpine/3.20/Dockerfile b/8/jdk/alpine/3.20/Dockerfile index deaaa77..768f9f7 100644 --- a/8/jdk/alpine/3.20/Dockerfile +++ b/8/jdk/alpine/3.20/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ARG version=8.422.05.1 +ARG version=8.432.06.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jdk/debian/Dockerfile b/8/jdk/debian/Dockerfile index c775ee9..6352334 100644 --- a/8/jdk/debian/Dockerfile +++ b/8/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=8.422.05-1 +ARG version=8.432.06-1 # In addition to installing the Amazon corretto, we also install # fontconfig. The folks who manage the docker hub's # official image library have found that font management diff --git a/8/jre/al2/Dockerfile b/8/jre/al2/Dockerfile index bbecb1f..b79a783 100644 --- a/8/jre/al2/Dockerfile +++ b/8/jre/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=1.8.0_422.b05-1 +ARG version=1.8.0_432.b06-1 RUN set -eux \ diff --git a/8/jre/al2023/Dockerfile b/8/jre/al2023/Dockerfile index 47e1693..b6bb582 100644 --- a/8/jre/al2023/Dockerfile +++ b/8/jre/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=1.8.0_422.b05-1 +ARG version=1.8.0_432.b06-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.' | tr '_' '.'| tr -d "b" | awk -F. '{print $2"."$4"."$5"."$6}') \ diff --git a/8/jre/alpine/3.17/Dockerfile b/8/jre/alpine/3.17/Dockerfile index a0be4d1..1ad430b 100644 --- a/8/jre/alpine/3.17/Dockerfile +++ b/8/jre/alpine/3.17/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=8.422.05.1 +ARG version=8.432.06.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jre/alpine/3.18/Dockerfile b/8/jre/alpine/3.18/Dockerfile index 317e0fe..7509bea 100644 --- a/8/jre/alpine/3.18/Dockerfile +++ b/8/jre/alpine/3.18/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -ARG version=8.422.05.1 +ARG version=8.432.06.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jre/alpine/3.19/Dockerfile b/8/jre/alpine/3.19/Dockerfile index 5dccb63..3aafedb 100644 --- a/8/jre/alpine/3.19/Dockerfile +++ b/8/jre/alpine/3.19/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG version=8.422.05.1 +ARG version=8.432.06.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/8/jre/alpine/3.20/Dockerfile b/8/jre/alpine/3.20/Dockerfile index b13666e..b260f52 100644 --- a/8/jre/alpine/3.20/Dockerfile +++ b/8/jre/alpine/3.20/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.20 -ARG version=8.422.05.1 +ARG version=8.432.06.1 # Please note that the THIRD-PARTY-LICENSE could be out of date if the base image has been updated recently. # The Corretto team will update this file but you may see a few days' delay. diff --git a/versions.json b/versions.json index 162b812..0529cd2 100644 --- a/versions.json +++ b/versions.json @@ -1,9 +1,9 @@ { - "8" : "8.422.05.1", - "11" : "11.0.24.8.1", - "17" : "17.0.12.7.1", - "21" : "21.0.4.7.1", + "8" : "8.432.06.1", + "11" : "11.0.25.9.1", + "17" : "17.0.13.11.1", + "21" : "21.0.5.11.1", "22" : "22.0.2.9.1", - "23" : "23.0.0.37.1" + "23" : "23.0.1.8.1" }