From abfc7cc6a28b85f55b4751a97d9ef1abc23b5bbf Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Fri, 18 Aug 2023 12:37:53 +0000 Subject: [PATCH] chore: juggler-10.0.1 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0842d144..6ac2428f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: eicweb.phy.anl.gov:4567/containers/image_recipes/ubuntu_dind:latest variables: ## Application versions used for the main release ## note: nightly builds will always use the master/main branch - JUGGLER_VERSION: "v10.0.0" + JUGGLER_VERSION: "v10.0.1" EICRECON_VERSION: "v1.4.1" ## Local registry -- GitLab