mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 19:07:39 +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:
parent
bfeabe09d0
commit
fc15ba2e58
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bookworm-slim
|
||||
FROM debian:trixie-slim
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get -y update \
|
||||
|
|
Loading…
Reference in a new issue