From 2250632d4a633de373ab6cb3627af36c743fd9d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 14:54:05 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a8c5e24..c65ea6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # FROM mcr.microsoft.com/playwright:v1.20.0 # Partially from https://github.com/microsoft/playwright/blob/main/utils/docker/Dockerfile.focal -FROM ubuntu:jammy +FROM ubuntu:noble # Configuration variables are at the end!