From cf60c4c810971ea9ec876093c0210524b970e549 Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 10 Jul 2024 12:40:42 +0300 Subject: [PATCH] Upgrade Firefox to 128.0 version --- CHANGELOG.md | 10 +++++++--- Dockerfile | 2 +- README.md | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a7fab..ecf796a 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 -## [127.0.2-driver0.34.0-r0] · 2024-??-?? (unreleased) -[127.0.2-driver0.34.0-r0]: /../../tree/127.0.2-driver0.34.0-r0 +## [128.0-driver0.34.0-r0] · 2024-07-10 +[128.0-driver0.34.0-r0]: /../../tree/128.0-driver0.34.0-r0 + +[Diff](/../../compare/127.0.2-driver0.34.0-r0...128.0-driver0.34.0-r0) + +### Upgraded -[Diff](/../../compare/127.0.2-driver0.34.0-r0...) +- [Firefox] 128.0: ### Security updated diff --git a/Dockerfile b/Dockerfile index e33ef38..b701b2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # https://hub.docker.com/_/debian FROM debian:bookworm-slim -ARG firefox_ver=127.0.2 +ARG firefox_ver=128.0 ARG geckodriver_ver=0.34.0 ARG build_rev=0 diff --git a/README.md b/README.md index 4c31647..c5deae3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ geckodriver Docker image ## Supported tags and respective `Dockerfile` links -- [`127.0.2-driver0.34.0-r0-debian-bookworm`, `127.0.2-driver0.34.0-r0-debian`, `127.0.2-driver0.34.0-r0`, `127.0.2-driver0.34.0-debian-bookworm`, `127.0.2-driver0.34.0-debian`, `127.0.2-driver0.34.0`, `127.0.2-debian-bookworm`, `127.0.2-debian`, `127.0.2`, `debian-bookworm`, `debian`, `latest`][101] +- [`128.0-driver0.34.0-r0-debian-bookworm`, `128.0-driver0.34.0-r0-debian`, `128.0-driver0.34.0-r0`, `128.0-driver0.34.0-debian-bookworm`, `128.0-driver0.34.0-debian`, `128.0-driver0.34.0`, `128.0-debian-bookworm`, `128.0-debian`, `128.0`, `debian-bookworm`, `debian`, `latest`][101] @@ -44,7 +44,7 @@ This image bundles [geckodriver] with [Firefox] and is suitable for running head docker run -d -p 4444:4444 instrumentisto/geckodriver ``` -After that you can connect to [geckodriver] that is listening on `127.0.2.0.1:4444`. Only headless mode is supported. +After that you can connect to [geckodriver] that is listening on `128.0.0.1:4444`. Only headless mode is supported. Consider using `--network=host` option for running image if you want to run tests on local server.