umihico / docker-selenium-lambda

The simplest demo of chrome automation by python and selenium in AWS Lambda
MIT License
493 stars 118 forks source link

PR:Version Updates Sat Feb 17 14:20:06 UTC 2024 #218

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

SHA256_DIGEST=6db34bc7b73e25ae2fdb2421815805cd404ae4c0f46bcc336c677ea40f901877 REVISION=1233107 PYTHON_VERSION=3.12.0 SELENIUM_VERSION=4.17.2 CHROME_VERSION=121.0.6167.184

diff --git a/Dockerfile b/Dockerfile index 4776afe..9bd2463 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM public.ecr.aws/lambda/python@sha256:c95e0a2af8bd2bb58e9de147305d30a6e8e598200ef4a2e9a06d14a4934fb204 as build +FROM public.ecr.aws/lambda/python@sha256:6db34bc7b73e25ae2fdb2421815805cd404ae4c0f46bcc336c677ea40f901877 as build RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:c95e0a2af8bd2bb58e9de147305d30a6e8e598200ef4a2e9a06d14a4934fb204 +FROM public.ecr.aws/lambda/python@sha256:6db34bc7b73e25ae2fdb2421815805cd404ae4c0f46bcc336c677ea40f901877 RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib \ libXcursor libXdamage libXext libXi libXrandr libXScrnSaver \ libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb \ diff --git a/README.md b/README.md index 4bae981..a4e8d6b 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L This image goes with these versions. These are automatically updated and tested everyday.