Skip to content

Commit 7ad80fc

Browse files
Merge pull request #244 from umihico/2024-05-14-012020
PR:Version Updates Tue May 14 01:20:20 UTC 2024
2 parents 7f366b8 + e395339 commit 7ad80fc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM public.ecr.aws/lambda/python@sha256:3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212 as build
1+
FROM public.ecr.aws/lambda/python@sha256:863510d99a857b3e2878cfa0945ba7408ad25b16ac7ee81ac1b4b602d18d8b4e as build
22
RUN dnf install -y unzip && \
3-
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.201/linux64/chromedriver-linux64.zip" && \
4-
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.201/linux64/chrome-linux64.zip" && \
3+
curl -Lo "/tmp/chromedriver-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.207/linux64/chromedriver-linux64.zip" && \
4+
curl -Lo "/tmp/chrome-linux64.zip" "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.207/linux64/chrome-linux64.zip" && \
55
unzip /tmp/chromedriver-linux64.zip -d /opt/ && \
66
unzip /tmp/chrome-linux64.zip -d /opt/
77

8-
FROM public.ecr.aws/lambda/python@sha256:3df8dcffd27efbaa191051cd2247e07e4a86aac394c6644e717cda3ca407f212
8+
FROM public.ecr.aws/lambda/python@sha256:863510d99a857b3e2878cfa0945ba7408ad25b16ac7ee81ac1b4b602d18d8b4e
99
RUN dnf install -y atk cups-libs gtk3 libXcomposite alsa-lib \
1010
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver \
1111
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb \

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
77

88
This image goes with these versions. [These are automatically updated and tested everyday.](https://github.com/umihico/docker-selenium-lambda/actions)
99

10-
- Python 3.12.2
11-
- chromium 124.0.6367.201
12-
- chromedriver 124.0.6367.201
10+
- Python 3.12.3
11+
- chromium 124.0.6367.207
12+
- chromedriver 124.0.6367.207
1313
- selenium 4.20.0
1414

1515
## Running the demo

0 commit comments

Comments
 (0)