From 853c6329c6cb01e9eff96b2234fdda231111fea8 Mon Sep 17 00:00:00 2001 From: tyranron Date: Fri, 4 Nov 2022 10:50:18 +0100 Subject: [PATCH] Upgrade Firefox to 106.0.4 version --- CHANGELOG.md | 16 ++++++++++++++++ Dockerfile | 2 +- README.md | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc25dad..51a9698 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 +## [106.0.4-driver0.32.0-r0] · 2022-11-04 +[106.0.4-driver0.32.0-r0]: /../../tree/106.0.4-driver0.32.0-r0 + +[Diff](/../../compare/106.0.3-driver0.32.0-r0...106.0.4-driver0.32.0-r0) + +### Upgraded + +- [Firefox] 106.0.4: + + + + ## [106.0.3-driver0.32.0-r0] · 2022-11-01 [106.0.3-driver0.32.0-r0]: /../../tree/106.0.3-driver0.32.0-r0 @@ -27,6 +39,10 @@ All user visible changes to this project will be documented in this file. This p - [Firefox] 106.0.2: +### Security updated + +- [Debian] "bullseye" 20221024: + diff --git a/Dockerfile b/Dockerfile index 69da53a..ff630af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # https://hub.docker.com/_/debian FROM debian:bullseye-slim -ARG firefox_ver=106.0.3 +ARG firefox_ver=106.0.4 ARG geckodriver_ver=0.32.0 ARG build_rev=0 diff --git a/README.md b/README.md index 429701b..a356b49 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ geckodriver Docker image ## Supported tags and respective `Dockerfile` links -- [`106.0.3-driver0.32.0-r0-debian-bullseye`, `106.0.3-driver0.32.0-r0-debian`, `106.0.3-driver0.32.0-r0`, `106.0.3-driver0.32.0-debian-bullseye`, `106.0.3-driver0.32.0-debian`, `106.0.3-driver0.32.0`, `106.0.3-debian-bullseye`, `106.0.3-debian`, `106.0.3`, `debian-bullseye`, `debian`, `latest`][101] +- [`106.0.4-driver0.32.0-r0-debian-bullseye`, `106.0.4-driver0.32.0-r0-debian`, `106.0.4-driver0.32.0-r0`, `106.0.4-driver0.32.0-debian-bullseye`, `106.0.4-driver0.32.0-debian`, `106.0.4-driver0.32.0`, `106.0.4-debian-bullseye`, `106.0.4-debian`, `106.0.4`, `debian-bullseye`, `debian`, `latest`][101]