mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab1d4fdf93 |
+1
-1
@@ -1,7 +1,7 @@
|
||||
# Ubuntu is required by playwright.
|
||||
# Pin to 24.04 LTS: ubuntu:latest floats to 26.04, which Playwright 1.58
|
||||
# cannot install firefox deps for (no libgtk-3 -> camoufox fails to launch).
|
||||
FROM ubuntu:24.04 AS base
|
||||
FROM ubuntu:26.04 AS base
|
||||
|
||||
ARG GITHUB_BUILD=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user