From 41e1db00e40a02653fec7fc27b593fe9e503ce07 Mon Sep 17 00:00:00 2001 From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> Date: Tue, 28 Nov 2023 15:33:55 +0100 Subject: [PATCH] CI: Update Alpine Linux image to 3.18 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b670ed..c492adc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ --- -image: alpine:3.17 +image: alpine:3.18 variables: GIT_SUBMODULE_STRATEGY: recursive -- GitLab