From 46f4e8631713812f8027adba678aa15620f17898 Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 20 Mar 2024 12:17:11 +0200 Subject: [PATCH] Upgrade Firefox to 124.0 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 515942c..1e8d54b 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 -## [123.0.1-driver0.34.0-r0] · 2024-??-?? (unreleased) -[123.0.1-driver0.34.0-r0]: /../../tree/123.0.1-driver0.34.0-r0 +## [124.0-driver0.34.0-r0] · 2024-03-20 +[124.0-driver0.34.0-r0]: /../../tree/124.0-driver0.34.0-r0 + +[Diff](/../../compare/123.0.1-driver0.34.0-r0...124.0-driver0.34.0-r0) + +### Upgraded -[Diff](/../../compare/123.0.1-driver0.34.0-r0...) +- [Firefox] 124.0: ### Security updated diff --git a/Dockerfile b/Dockerfile index 41b7e74..f462e32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # https://hub.docker.com/_/debian FROM debian:bookworm-slim -ARG firefox_ver=123.0.1 +ARG firefox_ver=124.0 ARG geckodriver_ver=0.34.0 ARG build_rev=0 diff --git a/README.md b/README.md index 3c2c7f5..58bf1f1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ geckodriver Docker image ## Supported tags and respective `Dockerfile` links -- [`123.0.1-driver0.34.0-r0-debian-bookworm`, `123.0.1-driver0.34.0-r0-debian`, `123.0.1-driver0.34.0-r0`, `123.0.1-driver0.34.0-debian-bookworm`, `123.0.1-driver0.34.0-debian`, `123.0.1-driver0.34.0`, `123.0.1-debian-bookworm`, `123.0.1-debian`, `123.0.1`, `debian-bookworm`, `debian`, `latest`][101] +- [`124.0-driver0.34.0-r0-debian-bookworm`, `124.0-driver0.34.0-r0-debian`, `124.0-driver0.34.0-r0`, `124.0-driver0.34.0-debian-bookworm`, `124.0-driver0.34.0-debian`, `124.0-driver0.34.0`, `124.0-debian-bookworm`, `124.0-debian`, `124.0`, `debian-bookworm`, `debian`, `latest`][101]