Skip to content

Commit

Permalink
Merge pull request #126 from umihico/2022-09-29-001421
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
umihico authored Sep 29, 2022
2 parents 6b2d815 + ee50ed4 commit 145032b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:25c6bcc63244a4c64d5c6593529dbc51f279ed4a2b731e9ae5a6fe839d8be69d as build
RUN yum install -y unzip && \
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/106.0.5249.21/chromedriver_linux64.zip" && \
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_linux64.zip" && \
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1036826%2Fchrome-linux.zip?alt=media" && \
unzip /tmp/chromedriver.zip -d /opt/ && \
unzip /tmp/chrome-linux.zip -d /opt/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This image goes with these versions. [These are automatically updated and tested

- Python 3.9.14
- chromium 106.0.5249.0
- chromedriver 106.0.5249.21
- selenium 4.4.3
- chromedriver 106.0.5249.61
- selenium 4.5.0


## Running the demo
Expand Down

0 comments on commit 145032b

Please sign in to comment.