From 288173e6371744d8ab7b1decfd1ebc28c21d4ae8 Mon Sep 17 00:00:00 2001 From: Elif Aslan Date: Tue, 19 Mar 2024 23:51:58 +0000 Subject: [PATCH] Run template --- 22/jdk/alpine/3.16/Dockerfile | 2 +- 22/jdk/alpine/3.17/Dockerfile | 2 +- 22/jdk/alpine/3.18/Dockerfile | 2 +- 22/jdk/alpine/3.19/Dockerfile | 2 +- bin/apply-template.py | 0 5 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 bin/apply-template.py diff --git a/22/jdk/alpine/3.16/Dockerfile b/22/jdk/alpine/3.16/Dockerfile index f1b09a3..f8f1384 100644 --- a/22/jdk/alpine/3.16/Dockerfile +++ b/22/jdk/alpine/3.16/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16 -ARG version=22.0.0.36-2 +ARG version=22.0.0.36.2 # 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/22/jdk/alpine/3.17/Dockerfile b/22/jdk/alpine/3.17/Dockerfile index 96da172..701a53a 100644 --- a/22/jdk/alpine/3.17/Dockerfile +++ b/22/jdk/alpine/3.17/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.17 -ARG version=22.0.0.36-2 +ARG version=22.0.0.36.2 # 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/22/jdk/alpine/3.18/Dockerfile b/22/jdk/alpine/3.18/Dockerfile index 9632204..181d3c8 100644 --- a/22/jdk/alpine/3.18/Dockerfile +++ b/22/jdk/alpine/3.18/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18 -ARG version=22.0.0.36-2 +ARG version=22.0.0.36.2 # 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/22/jdk/alpine/3.19/Dockerfile b/22/jdk/alpine/3.19/Dockerfile index b8ca3f5..5c77116 100644 --- a/22/jdk/alpine/3.19/Dockerfile +++ b/22/jdk/alpine/3.19/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ARG version=22.0.0.36-2 +ARG version=22.0.0.36.2 # 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/bin/apply-template.py b/bin/apply-template.py old mode 100644 new mode 100755