chore(deps): update ubuntu docker tag to v24

This commit is contained in:
renovate[bot] 2025-03-05 14:54:05 +00:00 committed by GitHub
parent 67058850d5
commit 2250632d4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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!