From 8ba9d5f5d0df628b7e0ceb5e6b8f5f51fe42a761 Mon Sep 17 00:00:00 2001 From: Xlorep DarkHelm Date: Tue, 21 Jul 2026 22:20:21 -0400 Subject: [PATCH] chore: Update ubuntu Docker tag to v26 (#106) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| --- ### Release Notes ### Configuration 📅 **Schedule**: 🚦 **Automerge**: Disabled ♻ **Rebasing**: Not rebasing 👥 **Reviewers**: None --- *This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).* Co-authored-by: Renovate Bot Reviewed-on: https://dogar.darkhelm.org/DarkHelm.org/plex-playlist/pulls/106 --- Dockerfile.cicd-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.cicd-base b/Dockerfile.cicd-base index 67dfd49..26322d7 100644 --- a/Dockerfile.cicd-base +++ b/Dockerfile.cicd-base @@ -2,7 +2,7 @@ ARG PLAYWRIGHT_BROWSERS_IMAGE=mcr.microsoft.com/playwright:v1.61.1-jammy FROM ${PLAYWRIGHT_BROWSERS_IMAGE} AS playwright-browsers -FROM ubuntu:22.04 +FROM ubuntu:26.04 # Build args for cache busting (base dependencies change rarely) ARG BASE_IMAGE_VERSION=v1.0.0