Skip to content

Commit

Permalink
Version Updates Tue 10 May 2022 12:13:56 AM UTC
Browse files Browse the repository at this point in the history
[skip ci]

TESTED_COMMIT=6a3b51c4dd246a956778fab77f20d3d934fe6a25
SHA256_DIGEST=75dd3378f9733d43f4a4b6a02c237512e0c6de583464f7abf4c4507aec90cf48
POSITION=982481
DRIVER_VERSION=101.0.4951.41
CHROME_VERSION=101.0.4951.0
SELENIUM_VERSION=4.1.0
PYTHON_VERSION=3.9.12
  • Loading branch information
umihico committed May 10, 2022
1 parent 6a3b51c commit f26e8f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM public.ecr.aws/lambda/python@sha256:2203844d7263f9c38a7f03f25bbb181772e93abc944de2b26ccca1689e1dde55 as build
FROM public.ecr.aws/lambda/python@sha256:75dd3378f9733d43f4a4b6a02c237512e0c6de583464f7abf4c4507aec90cf48 as build
RUN yum install -y unzip && \
curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/101.0.4951.41/chromedriver_linux64.zip" && \
curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F982481%2Fchrome-linux.zip?alt=media" && \
unzip /tmp/chromedriver.zip -d /opt/ && \
unzip /tmp/chrome-linux.zip -d /opt/

FROM public.ecr.aws/lambda/python@sha256:2203844d7263f9c38a7f03f25bbb181772e93abc944de2b26ccca1689e1dde55
FROM public.ecr.aws/lambda/python@sha256:75dd3378f9733d43f4a4b6a02c237512e0c6de583464f7abf4c4507aec90cf48
RUN yum install atk cups-libs gtk3 libXcomposite alsa-lib \
libXcursor libXdamage libXext libXi libXrandr libXScrnSaver \
libXtst pango at-spi2-atk libXt xorg-x11-server-Xvfb \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This image goes with these versions. [These are automatically updated and tested
- Python 3.9.12
- chromium 101.0.4951.0
- chromedriver 101.0.4951.41
- selenium 4.1.5
- selenium 4.1.0


## Running the demo
Expand Down

0 comments on commit f26e8f4

Please sign in to comment.