From 13d446856061f00a01fe91f556cca54cce14b1ed Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 27 Nov 2024 13:44:19 +0100 Subject: [PATCH] Upgrade Firefox to 133.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 cb93379..0a623e0 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 +## [133.0-driver0.35.0-r0] · 2024-11-27 +[133.0-driver0.35.0-r0]: /../../tree/133.0-driver0.35.0-r0 + +[Diff](/../../compare/132.0.2-driver0.35.0-r0...133.0-driver0.35.0-r0) + +### Upgraded + +- [Firefox] 133.0: + + + + ## [132.0.2-driver0.35.0-r0] · 2024-11-13 [132.0.2-driver0.35.0-r0]: /../../tree/132.0.2-driver0.35.0-r0 diff --git a/Dockerfile b/Dockerfile index 8c8e5af..2bcb786 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # https://hub.docker.com/_/debian FROM debian:bookworm-slim -ARG firefox_ver=132.0.2 +ARG firefox_ver=133.0 ARG geckodriver_ver=0.35.0 ARG build_rev=0 diff --git a/README.md b/README.md index 01f95c0..21c2b34 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ geckodriver Docker image ## Supported tags and respective `Dockerfile` links -- [`132.0.2-driver0.35.0-r0-debian-bookworm`, `132.0.2-driver0.35.0-r0-debian`, `132.0.2-driver0.35.0-r0`, `132.0.2-driver0.35.0-debian-bookworm`, `132.0.2-driver0.35.0-debian`, `132.0.2-driver0.35.0`, `132.0.2-debian-bookworm`, `132.0.2-debian`, `132.0.2`, `debian-bookworm`, `debian`, `latest`][101] +- [`133.0-driver0.35.0-r0-debian-bookworm`, `133.0-driver0.35.0-r0-debian`, `133.0-driver0.35.0-r0`, `133.0-driver0.35.0-debian-bookworm`, `133.0-driver0.35.0-debian`, `133.0-driver0.35.0`, `133.0-debian-bookworm`, `133.0-debian`, `133.0`, `debian-bookworm`, `debian`, `latest`][101]