File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM public.ecr.aws/lambda/python:3.9 as build
2
2
RUN yum install -y unzip && \
3
- curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/89 .0.4389.23 /chromedriver_linux64.zip" && \
4
- curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F843831 %2Fchrome-linux.zip?alt=media" && \
3
+ curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/95 .0.4638.69 /chromedriver_linux64.zip" && \
4
+ curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F920005 %2Fchrome-linux.zip?alt=media" && \
5
5
unzip /tmp/chromedriver.zip -d /opt/ && \
6
6
unzip /tmp/chrome-linux.zip -d /opt/
7
7
You can’t perform that action at this time.
0 commit comments