ci: update alpine CI container to 3.19

And be more specific with version just in case.
This commit is contained in:
Pablo Correa Gómez 2023-12-08 17:27:06 +01:00
parent 7032c3353e
commit e07294e569
No known key found for this signature in database
GPG Key ID: 7A342565FF635F79
2 changed files with 2 additions and 4 deletions

View File

@ -14,7 +14,7 @@ variables:
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/glib/fedora:v24"
COVERITY_IMAGE: "registry.gitlab.gnome.org/gnome/glib/coverity:v7"
DEBIAN_IMAGE: "registry.gitlab.gnome.org/gnome/glib/debian-stable:v18"
ALPINE_IMAGE: "registry.gitlab.gnome.org/gnome/glib/alpine:v1"
ALPINE_IMAGE: "registry.gitlab.gnome.org/gnome/glib/alpine:v2"
MINGW_IMAGE: "registry.gitlab.gnome.org/gnome/glib/mingw:v14"
MESON_TEST_TIMEOUT_MULTIPLIER: 4
G_MESSAGES_DEBUG: all

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.19
RUN apk add --no-cache \
bash \
@ -25,8 +25,6 @@ RUN apk add --no-cache \
ENV LANG=C.UTF-8 LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8 MUSL_LOCPATH=/usr/share/i18n/locales/musl
RUN pip3 install --break-system-packages meson==1.2.3
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}
RUN adduser -D -u $HOST_USER_ID -s /bin/bash user