Skip to content

Commit af995cb

Browse files
authored
Merge pull request #8 from xoxwgys56/feature/chrome-upgrade-243
feat: upgrade chrome version
2 parents 99a1bf4 + 092e27d commit af995cb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM public.ecr.aws/lambda/python:3.8 as build
22
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 && \
55
unzip /tmp/chromedriver.zip -d /opt/ && \
66
unzip /tmp/headless-chromium.zip -d /opt/
77

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
55
This image goes with these versions.
66

77
- 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
1011
- selenium 3.141.0 (latest)
1112

1213
### Running the demo

0 commit comments

Comments
 (0)