From 17f44a1376d8f1415c32bdae210ca2491c4a90b0 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Tue, 20 Sep 2022 21:22:47 +0000 Subject: [PATCH] fix: juggler v8.0.2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5cfeee704..7b0a6a84f 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: "v8.0.1" + JUGGLER_VERSION: "v8.0.2" NPDET_VERSION: "v1.3.2" ## Spack github version, e.g. v0.18.1 or commit hash -- GitLab