From 8a17f59bfba93995b1510c4510e0d15967abd1b5 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 12 Aug 2024 02:41:30 +0200 Subject: [PATCH] ci: update Docker base images used in GitLab pipeline jobs --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5372e6..18fb15e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # Use the official gcc image, based on debian. # It can use version tags as well, like gcc:8.5. # See https://hub.docker.com/_/gcc/ for more info. -image: gcc:8 +image: gcc:14 variables: GIT_SUBMODULE_STRATEGY: recursive @@ -23,7 +23,7 @@ build_gcc: - ctest -V build_clang: - image: debian:11-slim + image: debian:12-slim stage: build before_script: - apt-get update