Skip to content

Commit d9962ed

Browse files
authored
Merge pull request #114 from umihico/2022-09-01-001343
[skip ci]
2 parents 43fada2 + da588e6 commit d9962ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM public.ecr.aws/lambda/python@sha256:c434853c72d77f9401bd0b3118de598b3001a7bc6256618e324ecfa8fe741f4d as build
22
RUN yum install -y unzip && \
3-
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/105.0.5195.19/chromedriver_linux64.zip" && \
3+
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/105.0.5195.52/chromedriver_linux64.zip" && \
44
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" && \
55
unzip /tmp/chromedriver.zip -d /opt/ && \
66
unzip /tmp/chrome-linux.zip -d /opt/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This image goes with these versions. [These are automatically updated and tested
66

77
- Python 3.9.13
88
- chromium 105.0.5195.0
9-
- chromedriver 105.0.5195.19
9+
- chromedriver 105.0.5195.52
1010
- selenium 4.4.3
1111

1212

0 commit comments

Comments
 (0)