Skip to content

Commit

Permalink
Use latest AMI Linux image for Lambda Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Dec 3, 2024
1 parent 84d353a commit 23d3ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 23d3ff3

Please sign in to comment.