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 Apr 25 01:19:10 UTC 2024 #240

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

SHA256_DIGEST=3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212 REVISION=1274542 PYTHON_VERSION=3.12.2 SELENIUM_VERSION=4.20.0 CHROME_VERSION=124.0.6367.78

diff --git a/Dockerfile b/Dockerfile index 1c43676..18b817d 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.19.0 +RUN pip install selenium==4.20.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 501215d..a5a3157 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This image goes with these versions. [These are automatically updated and tested