Skip to content

Commit d50e3f9

Browse files
authored
Merge pull request #142 from umihico/2022-11-26-001354
[skip ci]
2 parents f347459 + a934cce commit d50e3f9

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

8-
FROM public.ecr.aws/lambda/python@sha256:da038de7bece9bed03fb4c4ef0f106f7e9745b0a995d844ad76e39c7698e142a
8+
FROM public.ecr.aws/lambda/python@sha256:b151438a56896f7fe83c0ba6880fd1f5a1db6040babff9dd779d3b6b30043dae
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 107.0.5304.0
9-
- chromedriver 107.0.5304.62
10-
- selenium 4.6.0
8+
- chromium 108.0.5359.0
9+
- chromedriver 108.0.5359.22
10+
- selenium 4.6.1
1111

1212

1313
## Running the demo

0 commit comments

Comments
 (0)