umihico / docker-selenium-lambda

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

PR:Version Updates Mon Oct 16 12:11:07 UTC 2023 #201

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 9 months ago

SHA256_DIGEST=a8770bd841c9caa98557ef7dc590bbd2707eb5ecab13bc8edbc81bf4961dca61 REVISION=1192594 PYTHON_VERSION=3.11.6 SELENIUM_VERSION=4.14.0 CHROME_VERSION=118.0.5993.70

diff --git a/Dockerfile b/Dockerfile index 2b01156..1398f80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM public.ecr.aws/lambda/python@sha256:0b8d0fa373384edace5d97e7f96e835fe43f065045a0bcb09e0dbc20fc33d351 as build +FROM public.ecr.aws/lambda/python@sha256:a8770bd841c9caa98557ef7dc590bbd2707eb5ecab13bc8edbc81bf4961dca61 as build RUN yum install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:0b8d0fa373384edace5d97e7f96e835fe43f065045a0bcb09e0dbc20fc33d351 +FROM public.ecr.aws/lambda/python@sha256:a8770bd841c9caa98557ef7dc590bbd2707eb5ecab13bc8edbc81bf4961dca61 RUN yum install 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 f3dfec9..290c367 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.