File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM public.ecr.aws/lambda/python@sha256:c434853c72d77f9401bd0b3118de598b3001a7bc6256618e324ecfa8fe741f4d as build
22RUN yum install -y unzip && \
3- curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/105.0.5195.19 /chromedriver_linux64.zip" && \
3+ curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/105.0.5195.52 /chromedriver_linux64.zip" && \
44 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" && \
55 unzip /tmp/chromedriver.zip -d /opt/ && \
66 unzip /tmp/chrome-linux.zip -d /opt/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This image goes with these versions. [These are automatically updated and tested
66
77- Python 3.9.13
88- chromium 105.0.5195.0
9- - chromedriver 105.0.5195.19
9+ - chromedriver 105.0.5195.52
1010- selenium 4.4.3
1111
1212
You can’t perform that action at this time.
0 commit comments