From ed6c4fba1db45f123343cf3099b66ce5deadb45e Mon Sep 17 00:00:00 2001 From: tyranron Date: Mon, 16 Dec 2024 12:47:16 +0100 Subject: [PATCH] Upgrade Firefox to 133.0.3 version --- CHANGELOG.md | 10 +++++++--- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 861a6ee..27974aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,14 @@ All user visible changes to this project will be documented in this file. This p -## [main] · unreleased -[main]: /../../tree/main +## [133.0.3-driver0.35.0-r0] · 2024-12-16 +[133.0.3-driver0.35.0-r0]: /../../tree/133.0.3-driver0.35.0-r0 -[Diff](/../../compare/133.0-driver0.35.0-r0...main) +[Diff](/../../compare/133.0-driver0.35.0-r0...133.0.3-driver0.35.0-r0) + +### Upgraded + +- [Firefox] 133.0.3: ### Security updated diff --git a/Dockerfile b/Dockerfile index 2bcb786..0454eb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # https://hub.docker.com/_/debian FROM debian:bookworm-slim -ARG firefox_ver=133.0 +ARG firefox_ver=133.0.3 ARG geckodriver_ver=0.35.0 ARG build_rev=0 diff --git a/README.md b/README.md index 21c2b34..5f11df2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ geckodriver Docker image ## Supported tags and respective `Dockerfile` links -- [`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] +- [`133.0.3-driver0.35.0-r0-debian-bookworm`, `133.0.3-driver0.35.0-r0-debian`, `133.0.3-driver0.35.0-r0`, `133.0.3-driver0.35.0-debian-bookworm`, `133.0.3-driver0.35.0-debian`, `133.0.3-driver0.35.0`, `133.0.3-debian-bookworm`, `133.0.3-debian`, `133.0.3`, `debian-bookworm`, `debian`, `latest`][101]