From ee50ed47b47bcaf0bed42db22a1770b2eab6e639 Mon Sep 17 00:00:00 2001 From: umihico Date: Thu, 29 Sep 2022 00:14:21 +0000 Subject: [PATCH] Version Updates Thu 29 Sep 2022 12:14:21 AM UTC [skip ci] TESTED_COMMIT=6b2d8158ad57d07db36fe8913360b373d7c3045f SHA256_DIGEST=25c6bcc63244a4c64d5c6593529dbc51f279ed4a2b731e9ae5a6fe839d8be69d POSITION=1036826 DRIVER_VERSION=106.0.5249.61 CHROME_VERSION=106.0.5249.0 SELENIUM_VERSION=4.5.0 PYTHON_VERSION=3.9.14 --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0300247..993d0e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM public.ecr.aws/lambda/python@sha256:25c6bcc63244a4c64d5c6593529dbc51f279ed4a2b731e9ae5a6fe839d8be69d as build RUN yum install -y unzip && \ - curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/106.0.5249.21/chromedriver_linux64.zip" && \ + curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_linux64.zip" && \ curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1036826%2Fchrome-linux.zip?alt=media" && \ unzip /tmp/chromedriver.zip -d /opt/ && \ unzip /tmp/chrome-linux.zip -d /opt/ diff --git a/README.md b/README.md index 796d163..0d3c3e4 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ This image goes with these versions. [These are automatically updated and tested - Python 3.9.14 - chromium 106.0.5249.0 -- chromedriver 106.0.5249.21 -- selenium 4.4.3 +- chromedriver 106.0.5249.61 +- selenium 4.5.0 ## Running the demo