From 47d286ef7cb6ac606fbe3f4428b6c48ed57bfbc3 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 1 Dec 2023 16:44:07 +0100 Subject: [PATCH] CI: force update opensuse image to a newer version Since a time-frozen image is used in the CI, the tag must be changed to update to a newer minor version. Fixes #487 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b385858dd..60b096c15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,7 @@ variables: .opensuse-vars: variables: FDO_DISTRIBUTION_VERSION: 'leap' - FDO_DISTRIBUTION_TAG: '2023-05-12.0' # Bump this version on every ci-install.sh change + FDO_DISTRIBUTION_TAG: '2023-12-01' # Bump this version on every ci-install.sh change .freebsd-vars: variables: -- 2.47.3