From 01f34a337b77a8d9a01576a12510c77ae9f333f9 Mon Sep 17 00:00:00 2001 From: umihico Date: Wed, 26 Oct 2022 00:13:41 +0000 Subject: [PATCH] Version Updates Wed 26 Oct 2022 12:13:41 AM UTC [skip ci] TESTED_COMMIT=d7c75a9464bb9b2db5338c7746d2590807fc6477 SHA256_DIGEST=81963ba7e2e2f9e5122c5089a0b25a4d99fe2b45e9fe8ec350ae5ed7920e0bf1 POSITION=1047731 DRIVER_VERSION=107.0.5304.62 CHROME_VERSION=107.0.5304.0 SELENIUM_VERSION=4.5.0 PYTHON_VERSION=3.9.14 --- Dockerfile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 57bd73b..e5ecc45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM public.ecr.aws/lambda/python@sha256:81963ba7e2e2f9e5122c5089a0b25a4d99fe2b45e9fe8ec350ae5ed7920e0bf1 as build RUN yum install -y unzip && \ - curl -Lo "/tmp/chromedriver.zip" "https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_linux64.zip" && \ - curl -Lo "/tmp/chrome-linux.zip" "https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Linux_x64%2F1036826%2Fchrome-linux.zip?alt=media" && \ + 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/ diff --git a/README.md b/README.md index 0d3c3e4..3477a37 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ 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 -- chromium 106.0.5249.0 -- chromedriver 106.0.5249.61 +- chromium 107.0.5304.0 +- chromedriver 107.0.5304.62 - selenium 4.5.0