From 7419033ceb7c051e6011e5bcaf3b7cd652e75daf Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 7 Aug 2024 13:59:56 +0300 Subject: [PATCH] Upgrade geckodriver to 0.35.0 version --- CHANGELOG.md | 12 ++++++++++++ Dockerfile | 2 +- README.md | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16dea6f..c45ac62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p +## [129.0-driver0.35.0-r0] · 2024-08-07 +[129.0-driver0.35.0-r0]: /../../tree/129.0-driver0.35.0-r0 + +[Diff](/../../compare/129.0-driver0.34.0-r0...129.0-driver0.35.0-r0) + +### Upgraded + +- [geckodriver] 0.35.0: + + + + ## [129.0-driver0.34.0-r0] · 2024-08-07 [129.0-driver0.34.0-r0]: /../../tree/129.0-driver0.34.0-r0 diff --git a/Dockerfile b/Dockerfile index 5684c55..97c97c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:bookworm-slim ARG firefox_ver=129.0 -ARG geckodriver_ver=0.34.0 +ARG geckodriver_ver=0.35.0 ARG build_rev=0 diff --git a/README.md b/README.md index 068c0ed..eb596d2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ geckodriver Docker image ## Supported tags and respective `Dockerfile` links -- [`129.0-driver0.34.0-r0-debian-bookworm`, `129.0-driver0.34.0-r0-debian`, `129.0-driver0.34.0-r0`, `129.0-driver0.34.0-debian-bookworm`, `129.0-driver0.34.0-debian`, `129.0-driver0.34.0`, `129.0-debian-bookworm`, `129.0-debian`, `129.0`, `debian-bookworm`, `debian`, `latest`][101] +- [`129.0-driver0.35.0-r0-debian-bookworm`, `129.0-driver0.35.0-r0-debian`, `129.0-driver0.35.0-r0`, `129.0-driver0.35.0-debian-bookworm`, `129.0-driver0.35.0-debian`, `129.0-driver0.35.0`, `129.0-debian-bookworm`, `129.0-debian`, `129.0`, `debian-bookworm`, `debian`, `latest`][101]