Skip to content

Commit

Permalink
Update ami linux version
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Jan 29, 2025
1 parent 67891d0 commit 10af91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lambda/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM public.ecr.aws/lambda/java:21-x86_64

# This is used to grep the latest full release URL of Chrome with this Major version from the Chrome for Testing website
ARG CHROME_MAJOR_VERSION="131"
ARG CHROME_MAJOR_VERSION="132"

# 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.20250115"
ARG AMI_LINUX_2023_VERSION="2023.6.20250123"

USER root

Expand Down

0 comments on commit 10af91f

Please sign in to comment.