Skip to content

Commit

Permalink
Firefox 129 and Edge 127 (#4254)
Browse files Browse the repository at this point in the history
* Firefox 129 and Edge 127

* fix
  • Loading branch information
soulgalore committed Aug 9, 2024
1 parent ec3865b commit a431f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
#with:
# firefox-version: '94.0'
- name: Setup environment
run: docker-compose -f test/docker-compose.yml up -d
run: docker compose -f test/docker-compose.yml up -d
- name: Browser versions
run: |
google-chrome --version
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sitespeedio/webbrowsers:chrome-127.0-firefox-128.0-edge-126.0-c
FROM sitespeedio/webbrowsers:chrome-127.0-firefox-129.0-edge-127.0

ARG TARGETPLATFORM=linux/amd64

Expand Down

0 comments on commit a431f80

Please sign in to comment.