Skip to content

Commit 5a586f2

Browse files
authored
Merge pull request #145 from umihico/2022-12-03-001428
[skip ci]
2 parents afa5d33 + b6f3283 commit 5a586f2

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:3bef2a69d7ec70ad5db61b7fdc98c51d9c7f86ffbaf06500eb118de8b37dbb04 as build
1+
FROM public.ecr.aws/lambda/python@sha256:38efc91bb706f1a97690ed30b3d345e00e7d8d1700c582b882f969ab2b40c08e as build
22
RUN yum install -y unzip && \
3-
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/108.0.5359.71/chromedriver_linux64.zip" && \
4-
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1058929%2Fchrome-linux.zip?alt=media" && \
3+
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/109.0.5414.25/chromedriver_linux64.zip" && \
4+
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1070081%2Fchrome-linux.zip?alt=media" && \
55
unzip /tmp/chromedriver.zip -d /opt/ && \
66
unzip /tmp/chrome-linux.zip -d /opt/
77

8-
FROM public.ecr.aws/lambda/python@sha256:3bef2a69d7ec70ad5db61b7fdc98c51d9c7f86ffbaf06500eb118de8b37dbb04
8+
FROM public.ecr.aws/lambda/python@sha256:38efc91bb706f1a97690ed30b3d345e00e7d8d1700c582b882f969ab2b40c08e
99
RUN yum install 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
@@ -5,9 +5,9 @@ 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.15
8-
- chromium 108.0.5359.0
9-
- chromedriver 108.0.5359.71
10-
- selenium 4.7.0
8+
- chromium 109.0.5414.0
9+
- chromedriver 109.0.5414.25
10+
- selenium 4.7.2
1111

1212

1313
## Running the demo

0 commit comments

Comments
 (0)