Skip to content

Commit

Permalink
Merge pull request #87 from umihico/2022-06-23-001332
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
umihico authored Jun 23, 2022
2 parents a516c06 + e2a7fe1 commit b137c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM public.ecr.aws/lambda/python@sha256:72125c001b044177a1be2b187464d36f5be17bcbbd7af6246d4eea148cf6fcd3 as build
RUN yum install -y unzip && \
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/103.0.5060.24/chromedriver_linux64.zip" && \
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/103.0.5060.53/chromedriver_linux64.zip" && \
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1002910%2Fchrome-linux.zip?alt=media" && \
unzip /tmp/chromedriver.zip -d /opt/ && \
unzip /tmp/chrome-linux.zip -d /opt/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This image goes with these versions. [These are automatically updated and tested

- Python 3.9.12
- chromium 103.0.5060.0
- chromedriver 103.0.5060.24
- chromedriver 103.0.5060.53
- selenium 4.2.0


Expand Down

0 comments on commit b137c26

Please sign in to comment.