From 2089f8ff2086b18c66a79041f9b547b3a6a8e1d3 Mon Sep 17 00:00:00 2001 From: Marco Geweke Date: Thu, 19 Dec 2024 08:57:53 +0100 Subject: [PATCH] Use latest AMI --- lambda/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/Dockerfile b/lambda/Dockerfile index 8dda0570..51d8e005 100644 --- a/lambda/Dockerfile +++ b/lambda/Dockerfile @@ -6,7 +6,7 @@ ARG CHROME_MAJOR_VERSION="131" # 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.20241121" +ARG AMI_LINUX_2023_VERSION="2023.6.20241212" USER root