ci: Bump lint imagefile FROM base

According to https://wiki.debian.org/DebianReleases#Production_Releases,
the current image will be EOL in about one year, so it seems fine to
slowly bump it to something more recent.
This commit is contained in:
MarcoFalke 2025-04-11 16:53:43 +02:00
parent b2bb27f40c
commit 3333273a8f
No known key found for this signature in database

View file

@ -4,7 +4,7 @@
# See test/lint/README.md for usage.
FROM mirror.gcr.io/debian:bookworm
FROM mirror.gcr.io/ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
ENV LC_ALL=C.UTF-8