File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM public.ecr.aws/lambda/python@sha256:25c6bcc63244a4c64d5c6593529dbc51f279ed4a2b731e9ae5a6fe839d8be69d as build
22RUN yum install -y unzip && \
3- curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/106.0.5249.21 /chromedriver_linux64.zip" && \
3+ curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/106.0.5249.61 /chromedriver_linux64.zip" && \
44 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" && \
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,8 +6,8 @@ This image goes with these versions. [These are automatically updated and tested
66
77- Python 3.9.14
88- chromium 106.0.5249.0
9- - chromedriver 106.0.5249.21
10- - selenium 4.4.3
9+ - chromedriver 106.0.5249.61
10+ - selenium 4.5.0
1111
1212
1313## Running the demo
You can’t perform that action at this time.
0 commit comments