From 8b51ca9b2137e2a145f1853ac80a44a26e1ae180 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Thu, 10 Aug 2023 23:05:33 +0000
Subject: [PATCH] fix: juggler v10.0.0

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a20fc00f2..4cb2ebc50 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: "podio-frames"
+  JUGGLER_VERSION: "v10.0.0"
   EICRECON_VERSION: "v1.4.0"
 
   ## Local registry
-- 
GitLab