Skip to content

Commit

Permalink
Use new AMI Linux in lambda dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Nov 15, 2024
1 parent 23c2fd9 commit 320dbe4
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="130"
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.20241031"
ARG AMI_LINUX_2023_VERSION="2023.6.20241111"

USER root

Expand Down

0 comments on commit 320dbe4

Please sign in to comment.