From fbe6b1f94d4a8961179b102bffe283b0b46ef894 Mon Sep 17 00:00:00 2001 From: quite4work Date: Thu, 31 Aug 2023 11:27:43 +0200 Subject: [PATCH] Upgrade Firefox to 117.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 aeaa824..db0720b 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 +## [117.0-driver0.33.0-r0] · 2023-08-31 +[117.0-driver0.33.0-r0]: /../../tree/117.0-driver0.33.0-r0 + +[Diff](/../../compare/116.0.3-driver0.33.0-r0...117.0-driver0.33.0-r0) + +### Upgraded + +- [Firefox] 117.0: + + + + ## [116.0.3-driver0.33.0-r0] · 2023-08-20 [116.0.3-driver0.33.0-r0]: /../../tree/116.0.3-driver0.33.0-r0 diff --git a/Dockerfile b/Dockerfile index d190e50..50a426d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # https://hub.docker.com/_/debian FROM debian:bookworm-slim -ARG firefox_ver=116.0.3 +ARG firefox_ver=117.0 ARG geckodriver_ver=0.33.0 ARG build_rev=0 diff --git a/README.md b/README.md index 3f474ab..b348620 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ geckodriver Docker image ## Supported tags and respective `Dockerfile` links -- [`116.0.3-driver0.33.0-r0-debian-bookworm`, `116.0.3-driver0.33.0-r0-debian`, `116.0.3-driver0.33.0-r0`, `116.0.3-driver0.33.0-debian-bookworm`, `116.0.3-driver0.33.0-debian`, `116.0.3-driver0.33.0`, `116.0.3-debian-bookworm`, `116.0.3-debian`, `116.0.3`, `debian-bookworm`, `debian`, `latest`][101] +- [`117.0-driver0.33.0-r0-debian-bookworm`, `117.0-driver0.33.0-r0-debian`, `117.0-driver0.33.0-r0`, `117.0-driver0.33.0-debian-bookworm`, `117.0-driver0.33.0-debian`, `117.0-driver0.33.0`, `117.0-debian-bookworm`, `117.0-debian`, `117.0`, `debian-bookworm`, `debian`, `latest`][101]