ci: Switch to a trixie based base image
Debian Bookworm doesn't get any GNOME updates and we want to ensure we build and run against latest.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM debian:bookworm-slim
|
||||
FROM debian:trixie-slim
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get -y update \
|
||||
|
Reference in New Issue
Block a user