Skip to content

Commit

Permalink
Merge pull request #114 from umihico/2022-09-01-001343
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
umihico authored Sep 1, 2022
2 parents 43fada2 + da588e6 commit d9962ed
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:c434853c72d77f9401bd0b3118de598b3001a7bc6256618e324ecfa8fe741f4d as build
RUN yum install -y unzip && \
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/105.0.5195.19/chromedriver_linux64.zip" && \
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/105.0.5195.52/chromedriver_linux64.zip" && \
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1027016%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.13
- chromium 105.0.5195.0
- chromedriver 105.0.5195.19
- chromedriver 105.0.5195.52
- selenium 4.4.3


Expand Down

0 comments on commit d9962ed

Please sign in to comment.