From 86feccf872fede0892490d621d569e1ece2bec56 Mon Sep 17 00:00:00 2001 From: Andy Boothe Date: Fri, 24 Mar 2023 21:46:19 -0500 Subject: [PATCH] add version 20 --- Dockerfile | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13468b3..3f38e09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ # specific language governing permissions and limitations # under the License. -ARG JAVA_VERSION=17 -ARG JAVA_REVISION=17.0.4 +ARG JAVA_VERSION=20 +ARG JAVA_REVISION=20.0.0 ARG OS_PLATFORM=al2 FROM public.ecr.aws/aleph0io/lambda/java:${JAVA_REVISION}-${OS_PLATFORM} diff --git a/pom.xml b/pom.xml index 29d61ff..7738141 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ under the License. com.sigpwned hello-lambda - 17.0.4 + 20.0.0 hello-lambda 2022 Very simple AWS lambda using Custom Java Base Image @@ -59,7 +59,7 @@ under the License. - 17 + 20 ${project.version} al2 2.1.4