diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f64447..3d5c7fc 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 +## [127.0.1-driver0.34.0-r0] · 2024-06-21 +[127.0.1-driver0.34.0-r0]: /../../tree/127.0.1-driver0.34.0-r0 + +[Diff](/../../compare/127.0-driver0.34.0-r0...127.0.1-driver0.34.0-r0) + +### Upgraded + +- [Firefox] 127.0.1: + + + + ## [127.0-driver0.34.0-r0] · 2024-06-14 [127.0-driver0.34.0-r0]: /../../tree/127.0-driver0.34.0-r0 diff --git a/Dockerfile b/Dockerfile index d3e416f..465edb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # https://hub.docker.com/_/debian FROM debian:bookworm-slim -ARG firefox_ver=127.0 +ARG firefox_ver=127.0.1 ARG geckodriver_ver=0.34.0 ARG build_rev=0 diff --git a/README.md b/README.md index 40adc62..0c267ad 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ geckodriver Docker image ## Supported tags and respective `Dockerfile` links -- [`127.0-driver0.34.0-r0-debian-bookworm`, `127.0-driver0.34.0-r0-debian`, `127.0-driver0.34.0-r0`, `127.0-driver0.34.0-debian-bookworm`, `127.0-driver0.34.0-debian`, `127.0-driver0.34.0`, `127.0-debian-bookworm`, `127.0-debian`, `127.0`, `debian-bookworm`, `debian`, `latest`][101] +- [`127.0.1-driver0.34.0-r0-debian-bookworm`, `127.0.1-driver0.34.0-r0-debian`, `127.0.1-driver0.34.0-r0`, `127.0.1-driver0.34.0-debian-bookworm`, `127.0.1-driver0.34.0-debian`, `127.0.1-driver0.34.0`, `127.0.1-debian-bookworm`, `127.0.1-debian`, `127.0.1`, `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.0.1:4444`. Only headless mode is supported. +After that you can connect to [geckodriver] that is listening on `127.0.1.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.