Skip to content

Commit c8e827a

Browse files
authored
Merge pull request #98 from umihico/2022-07-21-001332
[skip ci]
2 parents 7d47079 + 14afc18 commit c8e827a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

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

README.md

Lines changed: 1 addition & 1 deletion
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 103.0.5060.0
9-
- chromedriver 103.0.5060.53
9+
- chromedriver 103.0.5060.134
1010
- selenium 4.3.0
1111

1212

0 commit comments

Comments
 (0)