Skip to content

Commit 14afc18

Browse files
committed
Version Updates Thu 21 Jul 2022 12:13:32 AM UTC
[skip ci] TESTED_COMMIT=7d470797496fbfd91ca2a6c328a57fac7b3764af SHA256_DIGEST=3dda276c1ed323ecc4f8241f659cfb2c64f401b97ad17585a32aade63641d6d3 POSITION=1002910 DRIVER_VERSION=103.0.5060.134 CHROME_VERSION=103.0.5060.0 SELENIUM_VERSION=4.3.0 PYTHON_VERSION=3.9.13
1 parent 7d47079 commit 14afc18

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)