Skip to content

Commit 92ffdfd

Browse files
committed
Version Updates Wed 16 Feb 2022 12:19:23 AM UTC
[skip ci] TESTED_COMMIT=b7e3572796dcbe3c6c6d1870f0db2e97b2c43ed0 SHA256_DIGEST=8dc4d4145c1a05ed727b2e57e611c302c7f7188b406ba0934a612166458e524e POSITION=950363 DRIVER_VERSION=98.0.4758.102 CHROME_VERSION=98.0.4758.0 SELENIUM_VERSION=4.1.0 PYTHON_VERSION=3.9.10
1 parent b7e3572 commit 92ffdfd

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:8dc4d4145c1a05ed727b2e57e611c302c7f7188b406ba0934a612166458e524e as build
22
RUN yum install -y unzip && \
3-
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/98.0.4758.80/chromedriver_linux64.zip" && \
3+
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/98.0.4758.102/chromedriver_linux64.zip" && \
44
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F950363%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.10
88
- chromium 98.0.4758.0
9-
- chromedriver 98.0.4758.80
9+
- chromedriver 98.0.4758.102
1010
- selenium 4.1.0
1111

1212

0 commit comments

Comments
 (0)