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 Wed Dec 6 01:20:30 UTC 2023 #210

Closed github-actions[bot] closed 7 months ago

github-actions[bot] commented 7 months ago

SHA256_DIGEST=3cdaa29e3569901e27144ad78ecba00db1f43fe556c1b063574a8d0e18f34a1a REVISION=1217362 PYTHON_VERSION=3.12.0 SELENIUM_VERSION=4.15.2 CHROME_VERSION=120.0.6099.62

diff --git a/Dockerfile b/Dockerfile index 0b11b69..00f7159 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM public.ecr.aws/lambda/python@sha256:fb31ca51357519a48a90f01a76e9d550778ecfcbe8d92dd832ec49b6672e387c as build +FROM public.ecr.aws/lambda/python@sha256:3cdaa29e3569901e27144ad78ecba00db1f43fe556c1b063574a8d0e18f34a1a as build RUN dnf install -y unzip && \

-FROM public.ecr.aws/lambda/python@sha256:fb31ca51357519a48a90f01a76e9d550778ecfcbe8d92dd832ec49b6672e387c +FROM public.ecr.aws/lambda/python@sha256:3cdaa29e3569901e27144ad78ecba00db1f43fe556c1b063574a8d0e18f34a1a 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 1d2e942..5788474 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.