Skip to content

Commit

Permalink
Upgrade geckodriver to 0.35.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Aug 7, 2024
1 parent 3716c10 commit 7419033
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p



## [129.0-driver0.35.0-r0] · 2024-08-07
[129.0-driver0.35.0-r0]: /../../tree/129.0-driver0.35.0-r0

[Diff](/../../compare/129.0-driver0.34.0-r0...129.0-driver0.35.0-r0)

### Upgraded

- [geckodriver] 0.35.0: <https://github.com/mozilla/geckodriver/releases/tag/v0.35.0>




## [129.0-driver0.34.0-r0] · 2024-08-07
[129.0-driver0.34.0-r0]: /../../tree/129.0-driver0.34.0-r0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM debian:bookworm-slim

ARG firefox_ver=129.0
ARG geckodriver_ver=0.34.0
ARG geckodriver_ver=0.35.0
ARG build_rev=0


Expand Down
2 changes: 1 addition & 1 deletion 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

- [`129.0-driver0.34.0-r0-debian-bookworm`, `129.0-driver0.34.0-r0-debian`, `129.0-driver0.34.0-r0`, `129.0-driver0.34.0-debian-bookworm`, `129.0-driver0.34.0-debian`, `129.0-driver0.34.0`, `129.0-debian-bookworm`, `129.0-debian`, `129.0`, `debian-bookworm`, `debian`, `latest`][101]
- [`129.0-driver0.35.0-r0-debian-bookworm`, `129.0-driver0.35.0-r0-debian`, `129.0-driver0.35.0-r0`, `129.0-driver0.35.0-debian-bookworm`, `129.0-driver0.35.0-debian`, `129.0-driver0.35.0`, `129.0-debian-bookworm`, `129.0-debian`, `129.0`, `debian-bookworm`, `debian`, `latest`][101]



Expand Down

1 comment on commit 7419033

@tyranron
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.