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 Thu Mar 28 01:14:53 UTC 2024 #233

Closed github-actions[bot] closed 3 months ago

github-actions[bot] commented 3 months ago

SHA256_DIGEST=5f04a5e231d238774b62a4900bcf7927838811047600583272d590956bbec940 REVISION=1262506 PYTHON_VERSION=3.12.2 SELENIUM_VERSION=4.19.0 CHROME_VERSION=123.0.6312.86

diff --git a/Dockerfile b/Dockerfile index c04ce76..c1f9ce1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ 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 \ xorg-x11-xauth dbus-glib dbus-glib-devel nss mesa-libgbm -RUN pip install selenium==4.18.1 +RUN pip install selenium==4.19.0 COPY --from=build /opt/chrome-linux64 /opt/chrome COPY --from=build /opt/chromedriver-linux64 /opt/ COPY main.py ./ diff --git a/README.md b/README.md index 8f4d036..db855ab 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This image goes with these versions. [These are automatically updated and tested