Skip to content

Commit 56a5ced

Browse files
committed
Version Updates Wed 02 Feb 2022 12:13:24 AM UTC
[skip ci] TESTED_COMMIT=208ac9fef3a4755d5ad132e6fffd673ed24c48be SHA256_DIGEST=8dc4d4145c1a05ed727b2e57e611c302c7f7188b406ba0934a612166458e524e POSITION=950363 DRIVER_VERSION=98.0.4758.48 CHROME_VERSION=98.0.4758.0 SELENIUM_VERSION=4.1.0 PYTHON_VERSION=3.9.10
1 parent 208ac9f commit 56a5ced

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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:2342562ecf32e72dfad88f8267ad39d78f1d397415d47a4a208ac243f067dd67 as build
1+
FROM public.ecr.aws/lambda/python@sha256:8dc4d4145c1a05ed727b2e57e611c302c7f7188b406ba0934a612166458e524e as build
22
RUN yum install -y unzip && \
3-
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/97.0.4692.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%2F938549%2Fchrome-linux.zip?alt=media" && \
3+
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/98.0.4758.48/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" && \
55
unzip /tmp/chromedriver.zip -d /opt/ && \
66
unzip /tmp/chrome-linux.zip -d /opt/
77

8-
FROM public.ecr.aws/lambda/python@sha256:2342562ecf32e72dfad88f8267ad39d78f1d397415d47a4a208ac243f067dd67
8+
FROM public.ecr.aws/lambda/python@sha256:8dc4d4145c1a05ed727b2e57e611c302c7f7188b406ba0934a612166458e524e
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: 2 additions & 2 deletions
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 97.0.4692.0
9-
- chromedriver 97.0.4692.71
8+
- chromium 98.0.4758.0
9+
- chromedriver 98.0.4758.48
1010
- selenium 4.1.0
1111

1212

0 commit comments

Comments
 (0)