From a46e1d69e25262b8177c5d908cc4e918cab3f4c1 Mon Sep 17 00:00:00 2001 From: gyurix Date: Tue, 2 Sep 2025 14:07:37 +0200 Subject: [PATCH] Bump version to 1.1.5 in entrypoint script --- scripts/scheduler/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scheduler/entrypoint.sh b/scripts/scheduler/entrypoint.sh index 66cb872..fba3d9e 100644 --- a/scripts/scheduler/entrypoint.sh +++ b/scripts/scheduler/entrypoint.sh @@ -3,7 +3,7 @@ cd /scripts DEBUG_MODE=${DEBUG_MODE:-false} -VERSION="1.1.4" +VERSION="1.1.5" #DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL:-registry.format.hu} DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL:-safebox}