Skip to content

Commit

Permalink
Upgrade Firefox to 108.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 14, 2022
1 parent 5984df6 commit a260dda
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
&& matrix.registry == 'quay.io' }}

release-github:
name: release on GitHub
name: release (GitHub)
if: ${{ github.event_name == 'push'
&& startsWith(github.ref, 'refs/tags/') }}
needs: ["push"]
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ All user visible changes to this project will be documented in this file. This p



## [108.0-driver0.32.0-r0] · 2022-12-14
[108.0-driver0.32.0-r0]: /../../tree/108.0-driver0.32.0-r0

[Diff](/../../compare/107.0.1-driver0.32.0-r0...108.0-driver0.32.0-r0)

### Upgraded

- [Firefox] 108.0: <https://www.mozilla.org/firefox/108.0/releasenotes>

### Security updated

- [Debian] "bullseye" 20221205: <https://github.com/docker-library/official-images/commit/7b25d8a0ffc1c514e9551ee2dcceac3aa37e71ad>




## [107.0.1-driver0.32.0-r0] · 2022-11-30
[107.0.1-driver0.32.0-r0]: /../../tree/107.0.1-driver0.32.0-r0

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:bullseye-slim

ARG firefox_ver=107.0.1
ARG firefox_ver=108.0
ARG geckodriver_ver=0.32.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

- [`107.0.1-driver0.32.0-r0-debian-bullseye`, `107.0.1-driver0.32.0-r0-debian`, `107.0.1-driver0.32.0-r0`, `107.0.1-driver0.32.0-debian-bullseye`, `107.0.1-driver0.32.0-debian`, `107.0.1-driver0.32.0`, `107.0.1-debian-bullseye`, `107.0.1-debian`, `107.0.1`, `debian-bullseye`, `debian`, `latest`][101]
- [`108.0-driver0.32.0-r0-debian-bullseye`, `108.0-driver0.32.0-r0-debian`, `108.0-driver0.32.0-r0`, `108.0-driver0.32.0-debian-bullseye`, `108.0-driver0.32.0-debian`, `108.0-driver0.32.0`, `108.0-debian-bullseye`, `108.0-debian`, `108.0`, `debian-bullseye`, `debian`, `latest`][101]



Expand Down

0 comments on commit a260dda

Please sign in to comment.