Skip to content

Commit 43b5674

Browse files
authored
[Metro AI Suite] IBVS: Fix grype vulerabilities (open-edge-platform#354)
Signed-off-by: Katakol, Rohit <[email protected]>
1 parent 20b8557 commit 43b5674

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

metro-ai-suite/image-based-video-search/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
milvus-db:
3-
image: docker.io/milvusdb/milvus:v2.4.16
3+
image: docker.io/milvusdb/milvus:v2.5.15
44
container_name: ibvs-milvusdb
55
security_opt:
66
- seccomp:unconfined

metro-ai-suite/image-based-video-search/docs/user-guide/system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ help you set up and run the application efficiently.
77

88
**Operating Systems**
99

10-
- Ubuntu 20.04 LTS
10+
- Ubuntu 22.04 LTS
1111
- Windows 10/11 with WSL 2
1212

1313
<!--

metro-ai-suite/image-based-video-search/src/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/node:23
1+
FROM docker.io/library/node:24
22

33
USER root
44

metro-ai-suite/image-based-video-search/src/feature-matching/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ pymilvus==2.5.0
33
Pillow==11.0.0
44
httpx==0.28.1
55
paho-mqtt==2.1.0
6-
fastapi==0.115.6
6+
fastapi==0.116.1
77
uvicorn==0.32.1
88
numpy==2.2.1
99
python-multipart==0.0.19
1010
certifi==2024.8.30
11-
requests==2.32.3
11+
requests==2.32.4

metro-ai-suite/image-based-video-search/src/streaming-pipeline/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM docker.io/intel/dlstreamer:2025.0.1.3-ubuntu24
1+
FROM ghcr.io/open-edge-platform/edge-ai-libraries/intel/edge-ai-dlstreamer:20250729_EAL1.2_DLS_RC2-ubuntu22
22

33
USER root
44

5-
RUN apt-get update && apt-get install --yes gstreamer1.0-plugins-ugly
5+
RUN apt-get update && apt-get install --yes gstreamer1.0-plugins-ugly wget
66

77
USER dlstreamer
88

0 commit comments

Comments
 (0)