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:
Guido Günther 2024-01-13 11:51:22 +01:00
parent bfeabe09d0
commit fc15ba2e58
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ stages:
- deploy
variables:
DEBIAN_IMAGE: $CI_REGISTRY/gnome/calls/debian:v0.0.20230120
DEBIAN_IMAGE: $CI_REGISTRY/gnome/calls/debian:v0.0.20240113.1
GIT_SUBMODULE_STRATEGY: normal
build:native:

View File

@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM debian:trixie-slim
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y update \