From e5441cf199d7073e53b68036c9fdfde00b95cc03 Mon Sep 17 00:00:00 2001 From: Andy Boothe Date: Tue, 25 Oct 2022 20:37:39 -0500 Subject: [PATCH 1/3] bump corretto version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cc0cc91..335d194 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ under the License. com.sigpwned aws-lambda-java-base-images - 17.0.4 + 17.0.5 aws-lambda-java-base-images 2022 AWS Lambda Base Image for Java 17+ From a02b29376b8ccbb7efe6791425c443d979c759a5 Mon Sep 17 00:00:00 2001 From: Andy Boothe Date: Sat, 28 Jan 2023 13:39:40 -0600 Subject: [PATCH 2/3] bump container version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 335d194..7575bd2 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ under the License. com.sigpwned aws-lambda-java-base-images - 17.0.5 + 17.0.6 aws-lambda-java-base-images 2022 AWS Lambda Base Image for Java 17+ From 031ad2a84573ecd5f16521d2957fc83c1e148c3a Mon Sep 17 00:00:00 2001 From: Andy Boothe Date: Tue, 19 Sep 2023 10:48:52 -0500 Subject: [PATCH 3/3] bump version 17 --- Dockerfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 62ea7cc..50ef892 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ # under the License. ARG JAVA_VERSION=17 -ARG JAVA_REVISION=17.0.4 +ARG JAVA_REVISION=17.0.8 FROM public.ecr.aws/amazoncorretto/amazoncorretto:${JAVA_REVISION}-al2 diff --git a/pom.xml b/pom.xml index 7575bd2..ba7c556 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ under the License. com.sigpwned aws-lambda-java-base-images - 17.0.6 + 17.0.8 aws-lambda-java-base-images 2022 AWS Lambda Base Image for Java 17+