Skip to content

Commit ae01347

Browse files
authored
Merge pull request #63 from umihico/2022-04-15-001407
[skip ci]
2 parents f7f3e8c + 5dc7147 commit ae01347

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM public.ecr.aws/lambda/python@sha256:9b29bc3b77cc20b1a10283e953ad479edd5556e88ea9bdcd7b018452188dfae5 as build
22
RUN yum install -y unzip && \
3-
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/100.0.4896.60/chromedriver_linux64.zip" && \
4-
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F972765%2Fchrome-linux.zip?alt=media" && \
3+
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/101.0.4951.15/chromedriver_linux64.zip" && \
4+
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F982481%2Fchrome-linux.zip?alt=media" && \
55
unzip /tmp/chromedriver.zip -d /opt/ && \
66
unzip /tmp/chrome-linux.zip -d /opt/
77

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
55
This image goes with these versions. [These are automatically updated and tested everyday. ![CircleCI](https://circleci.com/gh/umihico/docker-selenium-lambda/tree/circleci.svg?style=svg)](https://circleci.com/gh/umihico/docker-selenium-lambda/tree/circleci)
66

77
- Python 3.9.12
8-
- chromium 100.0.4896.0
9-
- chromedriver 100.0.4896.60
8+
- chromium 101.0.4951.0
9+
- chromedriver 101.0.4951.15
1010
- selenium 4.1.3
1111

1212

0 commit comments

Comments
 (0)