Skip to content

Commit

Permalink
Update Lambda Dockerfile with latest Chrome and latest AMI Linux imag…
Browse files Browse the repository at this point in the history
…e version
  • Loading branch information
MediaMarco committed Nov 7, 2024
1 parent ba8c61c commit 5a09f5f
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="129"
ARG CHROME_MAJOR_VERSION="130"

# 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.20241010"
ARG AMI_LINUX_2023_VERSION="2023.6.20241031"

USER root

Expand Down

0 comments on commit 5a09f5f

Please sign in to comment.