Skip to content

Commit

Permalink
Merge pull request #45 from umihico/2022-02-16-001923
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
umihico authored Feb 16, 2022
2 parents b7e3572 + 92ffdfd commit 21bd7d1
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:8dc4d4145c1a05ed727b2e57e611c302c7f7188b406ba0934a612166458e524e as build
RUN yum install -y unzip && \
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/98.0.4758.80/chromedriver_linux64.zip" && \
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/98.0.4758.102/chromedriver_linux64.zip" && \
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F950363%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.10
- chromium 98.0.4758.0
- chromedriver 98.0.4758.80
- chromedriver 98.0.4758.102
- selenium 4.1.0


Expand Down

0 comments on commit 21bd7d1

Please sign in to comment.