mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
chore(deps): update ubuntu docker tag to v26
This commit is contained in:
+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