Skip to content

Commit 2e19b16

Browse files
authored
Merge pull request #50 from umihico/2022-03-02-001412
[skip ci]
2 parents cc36abd + 741eb27 commit 2e19b16

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM public.ecr.aws/lambda/python@sha256:c1baf73af5604196766ae12daaf058d6fd6c2d281698f968e39c3dea7191a72d as build
1+
FROM public.ecr.aws/lambda/python@sha256:38431c9488057cc747733661664cd087a2fc940f0e3770d0e8bfd7ae6c303493 as build
22
RUN yum install -y unzip && \
3-
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/98.0.4758.102/chromedriver_linux64.zip" && \
4-
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F950363%2Fchrome-linux.zip?alt=media" && \
3+
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/99.0.4844.35/chromedriver_linux64.zip" && \
4+
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F961656%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:c1baf73af5604196766ae12daaf058d6fd6c2d281698f968e39c3dea7191a72d
8+
FROM public.ecr.aws/lambda/python@sha256:38431c9488057cc747733661664cd087a2fc940f0e3770d0e8bfd7ae6c303493
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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.10
8-
- chromium 98.0.4758.0
9-
- chromedriver 98.0.4758.102
8+
- chromium 99.0.4844.0
9+
- chromedriver 99.0.4844.35
1010
- selenium 4.1.2
1111

1212

0 commit comments

Comments
 (0)