Skip to content

Commit 87a87c8

Browse files
committed
Version Updates Wed 31 Aug 2022 12:13:15 AM UTC
[skip ci] TESTED_COMMIT=611d5e2aa2f06a304f3d345d24ab1b1e8a1380e3 SHA256_DIGEST=c434853c72d77f9401bd0b3118de598b3001a7bc6256618e324ecfa8fe741f4d POSITION=1027016 DRIVER_VERSION=105.0.5195.19 CHROME_VERSION=105.0.5195.0 SELENIUM_VERSION=4.4.3 PYTHON_VERSION=3.9.13
1 parent 611d5e2 commit 87a87c8

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:c434853c72d77f9401bd0b3118de598b3001a7bc6256618e324ecfa8fe741f4d as build
22
RUN yum install -y unzip && \
3-
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/104.0.5112.79/chromedriver_linux64.zip" && \
4-
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1012728%2Fchrome-linux.zip?alt=media" && \
3+
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/105.0.5195.19/chromedriver_linux64.zip" && \
4+
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/
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.13
8-
- chromium 104.0.5112.0
9-
- chromedriver 104.0.5112.79
8+
- chromium 105.0.5195.0
9+
- chromedriver 105.0.5195.19
1010
- selenium 4.4.3
1111

1212

0 commit comments

Comments
 (0)