Skip to content

Commit

Permalink
Merge pull request #8 from xoxwgys56/feature/chrome-upgrade-243
Browse files Browse the repository at this point in the history
feat: upgrade chrome version
  • Loading branch information
umihico authored Jun 9, 2021
2 parents 99a1bf4 + 092e27d commit af995cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python:3.8 as build
RUN yum install -y unzip && \
curl -SL https://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip > /tmp/chromedriver.zip && \
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 && \
curl -SL https://chromedriver.storage.googleapis.com/2.43/chromedriver_linux64.zip > /tmp/chromedriver.zip && \
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 && \
unzip /tmp/chromedriver.zip -d /opt/ && \
unzip /tmp/headless-chromium.zip -d /opt/

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
This image goes with these versions.

- Python 3.8
- serverless-chrome v1.0.0-37
- chromedriver 2.37
- serverless-chrome v1.0.0-55
- chromium 69.0.3497.81 (stable channel) for amazonlinux:2017.03
- chromedriver 2.43
- selenium 3.141.0 (latest)

### Running the demo
Expand Down

0 comments on commit af995cb

Please sign in to comment.