ci: Bump CI image versions to cache new version of PCRE

As per the previous commit.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-09-25 16:51:58 +01:00
parent 47f11d20d9
commit 8b8b8a5a5e
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73
2 changed files with 5 additions and 5 deletions

View File

@ -11,11 +11,11 @@ cache:
- _ccache/ - _ccache/
variables: variables:
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/glib/fedora:v39.3" FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/glib/fedora:v39.4"
COVERITY_IMAGE: "registry.gitlab.gnome.org/gnome/glib/coverity:v7" COVERITY_IMAGE: "registry.gitlab.gnome.org/gnome/glib/coverity:v7"
DEBIAN_IMAGE: "registry.gitlab.gnome.org/gnome/glib/debian-stable:v21" DEBIAN_IMAGE: "registry.gitlab.gnome.org/gnome/glib/debian-stable:v22"
ALPINE_IMAGE: "registry.gitlab.gnome.org/gnome/glib/alpine:v5" ALPINE_IMAGE: "registry.gitlab.gnome.org/gnome/glib/alpine:v6"
MINGW_IMAGE: "registry.gitlab.gnome.org/gnome/glib/mingw:v39.3" MINGW_IMAGE: "registry.gitlab.gnome.org/gnome/glib/mingw:v39.4"
GOBJECT_INTROSPECTION_TAG: "1.80.1" GOBJECT_INTROSPECTION_TAG: "1.80.1"
MESON_TEST_TIMEOUT_MULTIPLIER: 4 MESON_TEST_TIMEOUT_MULTIPLIER: 4
G_MESSAGES_DEBUG: all G_MESSAGES_DEBUG: all

View File

@ -1,4 +1,4 @@
FROM registry.gitlab.gnome.org/gnome/glib/fedora:v39.3 FROM registry.gitlab.gnome.org/gnome/glib/fedora:v39.4
USER root USER root