1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-15 09:39:30 +00:00

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 \