diff --git a/demos/c_api_minimal_app/Makefile b/demos/c_api_minimal_app/Makefile index 75eded3e65..b9f0c366db 100644 --- a/demos/c_api_minimal_app/Makefile +++ b/demos/c_api_minimal_app/Makefile @@ -25,13 +25,13 @@ BASE_OS ?= ubuntu24 ifeq ($(BASE_OS),ubuntu24) BASE_OS_TAG_UBUNTU ?= 24.04 - PACKAGE_URL ?="https://github.com/openvinotoolkit/model_server/releases/download/v2025.3/ovms_ubuntu24.tar.gz" + PACKAGE_URL ?="https://github.com/openvinotoolkit/model_server/releases/download/v2025.4.1/ovms_ubuntu24_python_on.tar.gz" BASE_IMAGE ?= ubuntu:$(BASE_OS_TAG_UBUNTU) DIST_OS=ubuntu endif ifeq ($(BASE_OS),redhat) BASE_OS_TAG_REDHAT ?= 9.6 - PACKAGE_URL ="https://github.com/openvinotoolkit/model_server/releases/download/v2025.3/ovms_redhat.tar.gz" + PACKAGE_URL ="https://github.com/openvinotoolkit/model_server/releases/download/v2025.4.1/ovms_redhat_python_on.tar.gz" BASE_IMAGE ?= registry.access.redhat.com/ubi9/ubi:$(BASE_OS_TAG_REDHAT) DIST_OS=redhat endif