From 89342ec9f9aa2e54afd59063a8f1f0f142725556 Mon Sep 17 00:00:00 2001 From: EvangMM Date: Mon, 28 Oct 2024 12:59:09 +0100 Subject: [PATCH] up --- Dockerfile/Dockerfile-handler-3-10 | 2 +- Dockerfile/Dockerfile-handler-3-11 | 2 +- Dockerfile/Dockerfile-handler-3-9 | 2 +- pkg/processor/runtime/python/py/requirements/common.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile/Dockerfile-handler-3-10 b/Dockerfile/Dockerfile-handler-3-10 index 0f97ef0..050fdd3 100644 --- a/Dockerfile/Dockerfile-handler-3-10 +++ b/Dockerfile/Dockerfile-handler-3-10 @@ -1,4 +1,4 @@ -ARG TAG_JP=0.8.0b9 +ARG TAG_JP=0.8.0 ARG GIT_TAG= ARG NUCLIO_LABEL=latest ARG NUCLIO_ARCH=amd64 diff --git a/Dockerfile/Dockerfile-handler-3-11 b/Dockerfile/Dockerfile-handler-3-11 index 5241db3..fbf0735 100644 --- a/Dockerfile/Dockerfile-handler-3-11 +++ b/Dockerfile/Dockerfile-handler-3-11 @@ -1,4 +1,4 @@ -ARG TAG_JP=0.8.0b9 +ARG TAG_JP=0.8.0 ARG GIT_TAG= ARG NUCLIO_LABEL=latest ARG NUCLIO_ARCH=amd64 diff --git a/Dockerfile/Dockerfile-handler-3-9 b/Dockerfile/Dockerfile-handler-3-9 index 71575a7..d4c2af2 100644 --- a/Dockerfile/Dockerfile-handler-3-9 +++ b/Dockerfile/Dockerfile-handler-3-9 @@ -1,4 +1,4 @@ -ARG TAG_JP=0.8.0b9 +ARG TAG_JP=0.8.0 ARG GIT_TAG= ARG NUCLIO_LABEL=latest ARG NUCLIO_ARCH=amd64 diff --git a/pkg/processor/runtime/python/py/requirements/common.txt b/pkg/processor/runtime/python/py/requirements/common.txt index 2f4049b..917ad50 100644 --- a/pkg/processor/runtime/python/py/requirements/common.txt +++ b/pkg/processor/runtime/python/py/requirements/common.txt @@ -1,3 +1,3 @@ -digitalhub[full]>=0.8.0b, <0.9 -digitalhub_runtime_python>=0.8.0b, <0.9 +digitalhub[full]>=0.8.0, <0.9 +digitalhub_runtime_python>=0.8.0, <0.9 nuclio-sdk