From 6de689ae89670045c8230adeb2e8dea831e3cfe9 Mon Sep 17 00:00:00 2001 From: umihico Date: Sun, 13 Nov 2022 00:14:16 +0000 Subject: [PATCH] Version Updates Sun 13 Nov 2022 12:14:16 AM UTC [skip ci] TESTED_COMMIT=ae23a65603f269d21fb5835fb296e7068a56a90b SHA256_DIGEST=21815209bc9870ee4756f5222dd25d2061d83b951d80f7127fcb600246575934 POSITION=1047731 DRIVER_VERSION=107.0.5304.62 CHROME_VERSION=107.0.5304.0 SELENIUM_VERSION=4.6.0 PYTHON_VERSION=3.9.15 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1de53f8..b56c95e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM public.ecr.aws/lambda/python@sha256:43ad771b69a3cd24d90c637c0a92155d1e847cb0944ab0d02e0226b2ab6d6c39 as build +FROM public.ecr.aws/lambda/python@sha256:21815209bc9870ee4756f5222dd25d2061d83b951d80f7127fcb600246575934 as build RUN yum install -y unzip && \ curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/107.0.5304.62/chromedriver_linux64.zip" && \ 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" && \ unzip /tmp/chromedriver.zip -d /opt/ && \ unzip /tmp/chrome-linux.zip -d /opt/ -FROM public.ecr.aws/lambda/python@sha256:43ad771b69a3cd24d90c637c0a92155d1e847cb0944ab0d02e0226b2ab6d6c39 +FROM public.ecr.aws/lambda/python@sha256:21815209bc9870ee4756f5222dd25d2061d83b951d80f7127fcb600246575934 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 \ diff --git a/README.md b/README.md index 57faf21..f26c1b0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is minimum demo of headless chrome and selenium on container image on AWS L 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) -- Python 3.9.14 +- Python 3.9.15 - chromium 107.0.5304.0 - chromedriver 107.0.5304.62 - selenium 4.6.0