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 Fri May 17 01:20:54 UTC 2024 #248

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

SHA256_DIGEST=0d68270cc918cb720827b02aba85e80aa148bc75f3bdada9e16874c1778ea1e1 REVISION=1287751 PYTHON_VERSION=3.12.3 SELENIUM_VERSION=4.21.0 CHROME_VERSION=125.0.6422.60

diff --git a/Dockerfile b/Dockerfile index ee089c5..4333a3e 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.20.0 +RUN pip install selenium==4.21.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 4b19d07..5026456 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This image goes with these versions. [These are automatically updated and tested