Skip to content

Commit 4064b2b

Browse files
authored
Merge pull request #139 from umihico/2022-11-13-001416
[skip ci]
2 parents ae23a65 + 6de689a commit 4064b2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM public.ecr.aws/lambda/python@sha256:43ad771b69a3cd24d90c637c0a92155d1e847cb0944ab0d02e0226b2ab6d6c39 as build
1+
FROM public.ecr.aws/lambda/python@sha256:21815209bc9870ee4756f5222dd25d2061d83b951d80f7127fcb600246575934 as build
22
RUN yum install -y unzip && \
33
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/107.0.5304.62/chromedriver_linux64.zip" && \
44
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" && \
55
unzip /tmp/chromedriver.zip -d /opt/ && \
66
unzip /tmp/chrome-linux.zip -d /opt/
77

8-
FROM public.ecr.aws/lambda/python@sha256:43ad771b69a3cd24d90c637c0a92155d1e847cb0944ab0d02e0226b2ab6d6c39
8+
FROM public.ecr.aws/lambda/python@sha256:21815209bc9870ee4756f5222dd25d2061d83b951d80f7127fcb600246575934
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
44

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

7-
- Python 3.9.14
7+
- Python 3.9.15
88
- chromium 107.0.5304.0
99
- chromedriver 107.0.5304.62
1010
- selenium 4.6.0

0 commit comments

Comments
 (0)