Skip to content

Commit

Permalink
Upgrade Firefox to 128.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jul 10, 2024
1 parent a0b7b52 commit cf60c4c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://www.mozilla.org/firefox/128.0/releasenotes>

### Security updated

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]



Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit cf60c4c

Please sign in to comment.