From 41bd31a741a8abe616ca7bf79abb587a4ed17ac0 Mon Sep 17 00:00:00 2001 From: "Renato L. de F. Cunha" Date: Fri, 29 Nov 2024 17:34:01 +0000 Subject: [PATCH] Fix image tag type --- src/vibe_core/vibe_core/cli/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vibe_core/vibe_core/cli/constants.py b/src/vibe_core/vibe_core/cli/constants.py index 1804663..f3339c1 100644 --- a/src/vibe_core/vibe_core/cli/constants.py +++ b/src/vibe_core/vibe_core/cli/constants.py @@ -2,7 +2,7 @@ # Licensed under the MIT License. DEFAULT_IMAGE_PREFIX = "farmai/terravibes/" -DEFAULT_IMAGE_TAG = 12088305617 +DEFAULT_IMAGE_TAG = "12088305617" DEFAULT_REGISTRY_PATH = "mcr.microsoft.com" LOCAL_SERVICE_URL_PATH_FILE = "service_url"