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:
@@ -10,7 +10,7 @@ stages:
|
|||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
variables:
|
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
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
|
|
||||||
build:native:
|
build:native:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM debian:bookworm-slim
|
FROM debian:trixie-slim
|
||||||
|
|
||||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||||
&& apt-get -y update \
|
&& apt-get -y update \
|
||||||
|
|||||||
Reference in New Issue
Block a user