From 4e9b4e9331eb82cb42c0cbcb9a7c732f0c2fb375 Mon Sep 17 00:00:00 2001 From: Alec Turner Date: Wed, 22 Jan 2025 08:10:14 -0800 Subject: [PATCH] bump image to v2.1 A new v2.1 image is available in the gitlab registry - the config file is updated accordingly. --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 91a7236c..4a8a23ff 100644 --- a/config.json +++ b/config.json @@ -7,7 +7,7 @@ ], "images": { "linux/arm64": { - "registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/arm64:v2": "streamline-emr:latest" + "registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/arm64:v2.1": "streamline-emr:latest" } } }