From 3333273a8f74c72d00d7ef1cfe858410031fe60e Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Fri, 11 Apr 2025 16:53:43 +0200 Subject: [PATCH] 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. --- ci/lint_imagefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/lint_imagefile b/ci/lint_imagefile index c05f2108f7a..4a8429fb5cd 100644 --- a/ci/lint_imagefile +++ b/ci/lint_imagefile @@ -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