Firefox 129 and Edge 127 (#4254)

* Firefox 129 and Edge 127

* fix
This commit is contained in:
Peter Hedenskog 2024-08-09 20:55:52 +02:00 committed by GitHub
parent ec3865b33a
commit a431f80a8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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