From 8462b2d75ae83a6930eccfe014fded249572a774 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Sun, 24 Jan 2021 21:22:07 +0900 Subject: [PATCH] CI: Bump Alpine from 3.12 to 3.13 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bef8b008..ad08c11cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,8 +82,8 @@ fedora-32-clang: CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL" <<: *compile_definition -alpine-3.12-musl: - image: $REGISTRY_HUB:alpine-3.12-musl +alpine-3.13-musl: + image: $REGISTRY_HUB:alpine-3.13-musl variables: CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL" <<: *compile_definition