From 3b9eb0d1a64e59a2b5d4733cfc8d5d691197f78d Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Tue, 26 Dec 2023 04:00:40 +0000 Subject: [PATCH] chore: docker 24.0.7, singularity 3.11.5 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9eb758b2..141324ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,8 @@ image: alpine variables: ## External images - DOCKER_IMAGE: docker.io/docker:24.0.5 - SINGULARITY_IMAGE: quay.io/singularity/singularity:v3.11.4 + DOCKER_IMAGE: docker.io/docker:24.0.7 + SINGULARITY_IMAGE: quay.io/singularity/singularity:v3.11.5 ## Application versions used for the main release ## note: nightly builds will always use the master/main branch