diff --git a/11/headful/al2023/Dockerfile b/11/headful/al2023/Dockerfile index 8159a12..ed9f38b 100644 --- a/11/headful/al2023/Dockerfile +++ b/11/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=11.0.21.9-1 +ARG version=11.0.22.7-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 3d639a5..b107964 100644 --- a/11/headless/al2/Dockerfile +++ b/11/headless/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=11.0.21.9-1 +ARG version=11.0.22.7-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/11/headless/al2023/Dockerfile b/11/headless/al2023/Dockerfile index 053e3ba..de7b316 100644 --- a/11/headless/al2023/Dockerfile +++ b/11/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=11.0.21.9-1 +ARG version=11.0.22.7-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 73693fb..eca0a26 100644 --- a/11/jdk/al2-generic/Dockerfile +++ b/11/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=11.0.21.9-1 +ARG version=11.0.22.7-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 3eedacd..499910a 100644 --- a/11/jdk/al2/Dockerfile +++ b/11/jdk/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=11.0.21.9-1 +ARG version=11.0.22.7-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/11/jdk/al2023/Dockerfile b/11/jdk/al2023/Dockerfile index 7558877..c6159b6 100644 --- a/11/jdk/al2023/Dockerfile +++ b/11/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=11.0.21.9-1 +ARG version=11.0.22.7-1 RUN set -eux \ && rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \ diff --git a/11/jdk/alpine/3.16/Dockerfile b/11/jdk/alpine/3.16/Dockerfile index 688af82..ffecd49 100644 --- a/11/jdk/alpine/3.16/Dockerfile +++ b/11/jdk/alpine/3.16/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 -ARG version=11.0.21.9.1 +ARG version=11.0.22.7.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.17/Dockerfile b/11/jdk/alpine/3.17/Dockerfile index 487f63d..8d2c7d9 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.21.9.1 +ARG version=11.0.22.7.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 8cda477..05c3dc1 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.21.9.1 +ARG version=11.0.22.7.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 f16ceb8..9cc4f94 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.21.9.1 +ARG version=11.0.22.7.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 bcb8d39..705d2b4 100644 --- a/11/jdk/debian/Dockerfile +++ b/11/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=11.0.21.9-1 +ARG version=11.0.22.7-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 9050574..43d175a 100644 --- a/17/headful/al2/Dockerfile +++ b/17/headful/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.9.8-1 +ARG version=17.0.10.7-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/17/headful/al2023/Dockerfile b/17/headful/al2023/Dockerfile index af6f6ad..23cd91c 100644 --- a/17/headful/al2023/Dockerfile +++ b/17/headful/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=17.0.9.8-1 +ARG version=17.0.10.7-1 ARG package_version=1 RUN set -eux \ diff --git a/17/headless/al2/Dockerfile b/17/headless/al2/Dockerfile index 8af281b..bab72f8 100644 --- a/17/headless/al2/Dockerfile +++ b/17/headless/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.9.8-1 +ARG version=17.0.10.7-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/17/headless/al2023/Dockerfile b/17/headless/al2023/Dockerfile index 3163041..01cd15b 100644 --- a/17/headless/al2023/Dockerfile +++ b/17/headless/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=17.0.9.8-1 +ARG version=17.0.10.7-1 ARG package_version=1 RUN set -eux \ diff --git a/17/jdk/al2-generic/Dockerfile b/17/jdk/al2-generic/Dockerfile index 41e83b9..a3297aa 100644 --- a/17/jdk/al2-generic/Dockerfile +++ b/17/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.9.8-1 +ARG version=17.0.10.7-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 a48f6e0..9185cd2 100644 --- a/17/jdk/al2/Dockerfile +++ b/17/jdk/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.9.8-1 +ARG version=17.0.10.7-1 RUN set -eux \ && export resouce_version=$(echo $version | tr '-' '.') \ diff --git a/17/jdk/al2023/Dockerfile b/17/jdk/al2023/Dockerfile index c1731ac..a125cf1 100644 --- a/17/jdk/al2023/Dockerfile +++ b/17/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=17.0.9.8-1 +ARG version=17.0.10.7-1 ARG package_version=1 RUN set -eux \ diff --git a/17/jdk/alpine/3.16/Dockerfile b/17/jdk/alpine/3.16/Dockerfile index 7976ef1..edb8a53 100644 --- a/17/jdk/alpine/3.16/Dockerfile +++ b/17/jdk/alpine/3.16/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 -ARG version=17.0.9.8.1 +ARG version=17.0.10.7.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.17/Dockerfile b/17/jdk/alpine/3.17/Dockerfile index 6238d7f..d58e3e8 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.9.8.1 +ARG version=17.0.10.7.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 fca4f6c..59a2c49 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.9.8.1 +ARG version=17.0.10.7.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 46f65f6..0b89086 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.9.8.1 +ARG version=17.0.10.7.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 c691a13..df8bc71 100644 --- a/17/jdk/debian/Dockerfile +++ b/17/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=17.0.9.8-1 +ARG version=17.0.10.7-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 a62bcdb..f2bfbc0 100644 --- a/17/slim/al2/Dockerfile +++ b/17/slim/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=17.0.9.8-1 +ARG version=17.0.10.7-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 499787f..5c4ff17 100644 --- a/17/slim/alpine/Dockerfile +++ b/17/slim/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=17.0.9.8.1 +ARG version=17.0.10.7.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 0f2a17e..7c9fdc7 100644 --- a/17/slim/debian/Dockerfile +++ b/17/slim/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=17.0.9.8-1 +ARG version=17.0.10.7-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 c58d237..546cbc9 100644 --- a/21/headful/al2023/Dockerfile +++ b/21/headful/al2023/Dockerfile @@ -1,7 +1,7 @@ FROM amazonlinux:2023 -ARG version=21.0.1.12-1 -ARG package_version=2 +ARG version=21.0.2.13-1 +ARG package_version=1 RUN set -eux \ && rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \ diff --git a/21/headless/al2023/Dockerfile b/21/headless/al2023/Dockerfile index b0d9d67..15e1589 100644 --- a/21/headless/al2023/Dockerfile +++ b/21/headless/al2023/Dockerfile @@ -1,7 +1,7 @@ FROM amazonlinux:2023 -ARG version=21.0.1.12-1 -ARG package_version=2 +ARG version=21.0.2.13-1 +ARG package_version=1 RUN set -eux \ && rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \ diff --git a/21/jdk/al2-generic/Dockerfile b/21/jdk/al2-generic/Dockerfile index e4f47c9..20556f1 100644 --- a/21/jdk/al2-generic/Dockerfile +++ b/21/jdk/al2-generic/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=21.0.1.12-1 +ARG version=21.0.2.13-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 24378ec..12fe6a1 100644 --- a/21/jdk/al2023/Dockerfile +++ b/21/jdk/al2023/Dockerfile @@ -1,7 +1,7 @@ FROM amazonlinux:2023 -ARG version=21.0.1.12-1 -ARG package_version=2 +ARG version=21.0.2.13-1 +ARG package_version=1 RUN set -eux \ && rpm --import file:///etc/pki/rpm-gpg/RPM-GPG-KEY-amazon-linux-2023 \ diff --git a/21/jdk/alpine/3.16/Dockerfile b/21/jdk/alpine/3.16/Dockerfile index c0b2ef2..7fd15b0 100644 --- a/21/jdk/alpine/3.16/Dockerfile +++ b/21/jdk/alpine/3.16/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 -ARG version=21.0.1.12.1 +ARG version=21.0.2.13.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.17/Dockerfile b/21/jdk/alpine/3.17/Dockerfile index 87f74a5..5354f6c 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.1.12.1 +ARG version=21.0.2.13.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 f23557b..843b412 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.1.12.1 +ARG version=21.0.2.13.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 555e0d4..e15585e 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.1.12.1 +ARG version=21.0.2.13.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 ea159b2..1693f5c 100644 --- a/21/jdk/debian/Dockerfile +++ b/21/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=21.0.1.12-1 +ARG version=21.0.2.13-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 eb12dff..69fa8e2 100644 --- a/21/slim/al2/Dockerfile +++ b/21/slim/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=21.0.1.12-1 +ARG version=21.0.2.13-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 3ff53db..a0f68c6 100644 --- a/21/slim/alpine/Dockerfile +++ b/21/slim/alpine/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=21.0.1.12.1 +ARG version=21.0.2.13.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 49a4dcd..7655561 100644 --- a/21/slim/debian/Dockerfile +++ b/21/slim/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=21.0.1.12-1 +ARG version=21.0.2.13-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 b5d6a8d..1bc836e 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_392.b08-1 +ARG version=1.8.0_402.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 4055ac7..c17fb1a 100644 --- a/8/jdk/al2/Dockerfile +++ b/8/jdk/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=1.8.0_392.b08-1 +ARG version=1.8.0_402.b06-1 RUN set -eux \ diff --git a/8/jdk/al2023/Dockerfile b/8/jdk/al2023/Dockerfile index 234e672..d7acf1b 100644 --- a/8/jdk/al2023/Dockerfile +++ b/8/jdk/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=1.8.0_392.b08-1 +ARG version=1.8.0_402.b06-1 RUN set -eux \ diff --git a/8/jdk/alpine/3.16/Dockerfile b/8/jdk/alpine/3.16/Dockerfile index e087838..38a36b3 100644 --- a/8/jdk/alpine/3.16/Dockerfile +++ b/8/jdk/alpine/3.16/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 -ARG version=8.392.08.1 +ARG version=8.402.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.17/Dockerfile b/8/jdk/alpine/3.17/Dockerfile index 074dbd3..8a03304 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.392.08.1 +ARG version=8.402.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 5d27ebb..b680c0b 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.392.08.1 +ARG version=8.402.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 7c26b87..dfe78e3 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.392.08.1 +ARG version=8.402.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 30eb119..cffd086 100644 --- a/8/jdk/debian/Dockerfile +++ b/8/jdk/debian/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster-slim -ARG version=8.392.08-1 +ARG version=8.402.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 13d065b..8b1571d 100644 --- a/8/jre/al2/Dockerfile +++ b/8/jre/al2/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2 -ARG version=1.8.0_392.b08-1 +ARG version=1.8.0_402.b06-1 RUN set -eux \ diff --git a/8/jre/al2023/Dockerfile b/8/jre/al2023/Dockerfile index 9e23ab8..1b2cfc4 100644 --- a/8/jre/al2023/Dockerfile +++ b/8/jre/al2023/Dockerfile @@ -1,6 +1,6 @@ FROM amazonlinux:2023 -ARG version=1.8.0_392.b08-1 +ARG version=1.8.0_402.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.16/Dockerfile b/8/jre/alpine/3.16/Dockerfile index 666c169..4682f72 100644 --- a/8/jre/alpine/3.16/Dockerfile +++ b/8/jre/alpine/3.16/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 -ARG version=8.392.08.1 +ARG version=8.402.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.17/Dockerfile b/8/jre/alpine/3.17/Dockerfile index c59180f..f1795b2 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.392.08.1 +ARG version=8.402.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 e564f73..a35eab2 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.392.08.1 +ARG version=8.402.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 863037d..69cf34b 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.392.08.1 +ARG version=8.402.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 04cfb2b..986b25d 100644 --- a/versions.json +++ b/versions.json @@ -1,7 +1,7 @@ { - "8" : "8.392.08.1", - "11" : "11.0.21.9.1", - "17" : "17.0.9.8.1", - "21" : "21.0.1.12.1" + "8" : "8.402.06.1", + "11" : "11.0.22.7.1", + "17" : "17.0.10.7.1", + "21" : "21.0.2.13.1" }