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