From da588e6014882f3303474704510add266dee9dfd Mon Sep 17 00:00:00 2001 From: umihico Date: Thu, 1 Sep 2022 00:13:43 +0000 Subject: [PATCH] Version Updates Thu 01 Sep 2022 12:13:43 AM UTC [skip ci] TESTED_COMMIT=43fada2e1a15ce951d6c1fb54e334dc70b5aeed7 SHA256_DIGEST=c434853c72d77f9401bd0b3118de598b3001a7bc6256618e324ecfa8fe741f4d POSITION=1027016 DRIVER_VERSION=105.0.5195.52 CHROME_VERSION=105.0.5195.0 SELENIUM_VERSION=4.4.3 PYTHON_VERSION=3.9.13 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b6d6798..9eb6bc4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM public.ecr.aws/lambda/python@sha256:c434853c72d77f9401bd0b3118de598b3001a7bc6256618e324ecfa8fe741f4d as build RUN yum install -y unzip && \ - curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/105.0.5195.19/chromedriver_linux64.zip" && \ + curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/105.0.5195.52/chromedriver_linux64.zip" && \ curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1027016%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 f2a4dd6..11bcce7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This image goes with these versions. [These are automatically updated and tested - Python 3.9.13 - chromium 105.0.5195.0 -- chromedriver 105.0.5195.19 +- chromedriver 105.0.5195.52 - selenium 4.4.3