From 63cec7e74e62106cd22e59722ce51ee7517b9fec Mon Sep 17 00:00:00 2001 From: Marco Geweke Date: Wed, 7 Aug 2024 09:31:16 +0200 Subject: [PATCH] Use latest AMI Linux version 2023.5.20240805 --- lambda/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/Dockerfile b/lambda/Dockerfile index 116298b9..50f3ed22 100644 --- a/lambda/Dockerfile +++ b/lambda/Dockerfile @@ -6,7 +6,7 @@ ARG CHROME_MAJOR_VERSION="127" # 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.5.20240730" +ARG AMI_LINUX_2023_VERSION="2023.5.20240805" USER root