From 23d3ff388744a639ad8426fa92e68f417011af7e Mon Sep 17 00:00:00 2001 From: Marco Geweke Date: Tue, 3 Dec 2024 11:06:48 +0100 Subject: [PATCH] Use latest AMI Linux image for Lambda Dockerfile --- lambda/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/Dockerfile b/lambda/Dockerfile index 7ad452c5..8dda0570 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.20241111" +ARG AMI_LINUX_2023_VERSION="2023.6.20241121" USER root