From ab1d4fdf9331786a6908d8998684a41811e799d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 23:04:41 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a98b2bc..b4ea63f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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