File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
FROM public.ecr.aws/lambda/python:3.8 as build
2
2
RUN yum install -y unzip && \
3
- curl -SL https://chromedriver.storage.googleapis.com/2.37 /chromedriver_linux64.zip > /tmp/chromedriver.zip && \
4
- curl -SL https://github.com/adieuadieu/serverless-chrome/releases/download/v1.0.0-37 /stable-headless-chromium-amazonlinux-2017-03.zip > /tmp/headless-chromium.zip && \
3
+ curl -SL https://chromedriver.storage.googleapis.com/2.43 /chromedriver_linux64.zip > /tmp/chromedriver.zip && \
4
+ curl -SL https://github.com/adieuadieu/serverless-chrome/releases/download/v1.0.0-55 /stable-headless-chromium-amazonlinux-2017-03.zip > /tmp/headless-chromium.zip && \
5
5
unzip /tmp/chromedriver.zip -d /opt/ && \
6
6
unzip /tmp/headless-chromium.zip -d /opt/
7
7
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
5
5
This image goes with these versions.
6
6
7
7
- Python 3.8
8
- - serverless-chrome v1.0.0-37
9
- - chromedriver 2.37
8
+ - serverless-chrome v1.0.0-55
9
+ - chromium 69.0.3497.81 (stable channel) for amazonlinux:2017.03
10
+ - chromedriver 2.43
10
11
- selenium 3.141.0 (latest)
11
12
12
13
### Running the demo
You can’t perform that action at this time.
0 commit comments