Skip to content

Commit 06c5264

Browse files
Merge pull request #173 from umihico/2023-06-01-021000
PR:Version Updates Thu Jun 1 02:10:00 UTC 2023
2 parents 2a9de38 + 62fdae8 commit 06c5264

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:70b056503bffcc49eefe22897782393a984efa04be670dfd7aec1351bea6717d as build
22
RUN yum install -y unzip && \
3-
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/114.0.5735.16/chromedriver_linux64.zip" && \
3+
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip" && \
44
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1135561%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
@@ -8,7 +8,7 @@ This image goes with these versions. [These are automatically updated and tested
88

99
- Python 3.10.11
1010
- chromium 114.0.5735.0
11-
- chromedriver 114.0.5735.16
11+
- chromedriver 114.0.5735.90
1212
- selenium 4.9.1
1313

1414
## Running the demo

0 commit comments

Comments
 (0)