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