Skip to content

Commit 3b2d230

Browse files
committed
Version Updates Fri 10 Jun 2022 12:15:18 AM UTC
[skip ci] TESTED_COMMIT=8e44a55792e24594f3dd0a5242f1a1ce8cf8849a SHA256_DIGEST=01b5fd073cd98193ac37c60f3c10f263c978594be6a3278d304e1d18f74c60f4 CHANNEL=beta POSITION=1002910 DRIVER_VERSION=103.0.5060.24 CHROME_VERSION=103.0.5060.0 SELENIUM_VERSION=4.2.0 PYTHON_VERSION=3.9.12
1 parent 8e44a55 commit 3b2d230

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM public.ecr.aws/lambda/python@sha256:01b5fd073cd98193ac37c60f3c10f263c978594be6a3278d304e1d18f74c60f4 as build
22
RUN yum install -y unzip && \
3-
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/102.0.5005.61/chromedriver_linux64.zip" && \
4-
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F992733%2Fchrome-linux.zip?alt=media" && \
3+
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/103.0.5060.24/chromedriver_linux64.zip" && \
4+
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/
77

README.md

Lines changed: 2 additions & 2 deletions
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 102.0.5005.0
9-
- chromedriver 102.0.5005.61
8+
- chromium 103.0.5060.0
9+
- chromedriver 103.0.5060.24
1010
- selenium 4.2.0
1111

1212

0 commit comments

Comments
 (0)