From 1225e72b73f816c5097022d93b3d631631b49838 Mon Sep 17 00:00:00 2001 From: Marco Geweke Date: Wed, 29 Jan 2025 09:08:56 +0100 Subject: [PATCH] Latest lambda ami --- lambda/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/Dockerfile b/lambda/Dockerfile index 1912947f..4d06123f 100644 --- a/lambda/Dockerfile +++ b/lambda/Dockerfile @@ -6,7 +6,7 @@ ARG CHROME_MAJOR_VERSION="132" # This sets the specific version of the AMI Linux 2023 release # This is to ensure that the latest version of the AMI Linux 2023 release is used for the dnf upgrade, # as the java:21 lambda image is not always based on the latest AMI Linux 2023 release -ARG AMI_LINUX_2023_VERSION="2023.6.20250123" +ARG AMI_LINUX_2023_VERSION="2023.6.20250128" USER root