diff --git a/Dockerfile b/Dockerfile index 73180d1..064456b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM public.ecr.aws/lambda/python@sha256:72125c001b044177a1be2b187464d36f5be17bcbbd7af6246d4eea148cf6fcd3 as build RUN yum install -y unzip && \ - curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/103.0.5060.24/chromedriver_linux64.zip" && \ + curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/103.0.5060.53/chromedriver_linux64.zip" && \ curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1002910%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 57255aa..abc12ee 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.12 - chromium 103.0.5060.0 -- chromedriver 103.0.5060.24 +- chromedriver 103.0.5060.53 - selenium 4.2.0