chore(deps): update ubuntu docker tag to v26

This commit is contained in:
renovate[bot]
2026-09-18 23:04:41 +00:00
committed by GitHub
parent 98e1668721
commit ab1d4fdf93
+1 -1
View File
@@ -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