From 3862444c25bd722188c40490aae432c980b5d58d Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 27 Sep 2023 14:29:12 +0300 Subject: [PATCH] Upgrade Firefox to 118.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 ed5b1d6..5842fb6 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 -## [117.0.1-driver0.33.0-r0] · 2023-09-?? -[117.0.1-driver0.33.0-r0]: /../../tree/117.0.1-driver0.33.0-r0 +## [118.0-driver0.33.0-r0] · 2023-09-27 +[118.0-driver0.33.0-r0]: /../../tree/118.0-driver0.33.0-r0 + +[Diff](/../../compare/117.0.1-driver0.33.0-r0...118.0-driver0.33.0-r0) + +### Upgraded -[Diff](/../../compare/117.0.1-driver0.33.0-r0...) +- [Firefox] 118.0: ### Security updated diff --git a/Dockerfile b/Dockerfile index 0fb1b9f..36a0ad7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # https://hub.docker.com/_/debian FROM debian:bookworm-slim -ARG firefox_ver=117.0.1 +ARG firefox_ver=118.0 ARG geckodriver_ver=0.33.0 ARG build_rev=0 diff --git a/README.md b/README.md index 2eb1a94..6aa3e40 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ geckodriver Docker image ## Supported tags and respective `Dockerfile` links -- [`117.0.1-driver0.33.0-r0-debian-bookworm`, `117.0.1-driver0.33.0-r0-debian`, `117.0.1-driver0.33.0-r0`, `117.0.1-driver0.33.0-debian-bookworm`, `117.0.1-driver0.33.0-debian`, `117.0.1-driver0.33.0`, `117.0.1-debian-bookworm`, `117.0.1-debian`, `117.0.1`, `debian-bookworm`, `debian`, `latest`][101] +- [`118.0-driver0.33.0-r0-debian-bookworm`, `118.0-driver0.33.0-r0-debian`, `118.0-driver0.33.0-r0`, `118.0-driver0.33.0-debian-bookworm`, `118.0-driver0.33.0-debian`, `118.0-driver0.33.0`, `118.0-debian-bookworm`, `118.0-debian`, `118.0`, `debian-bookworm`, `debian`, `latest`][101]