diff --git a/hello-world-python/Dockerfile b/hello-world-python/Dockerfile index 839f86d..1c42a55 100644 --- a/hello-world-python/Dockerfile +++ b/hello-world-python/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.14 +ARG SDK_VERSION=1.15 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/minimal-ml-inference/Dockerfile b/minimal-ml-inference/Dockerfile index f8292e9..57179c9 100644 --- a/minimal-ml-inference/Dockerfile +++ b/minimal-ml-inference/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.14 +ARG SDK_VERSION=1.15 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/object-detector-python/Dockerfile b/object-detector-python/Dockerfile index 609eb27..f8ea97a 100644 --- a/object-detector-python/Dockerfile +++ b/object-detector-python/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.14 +ARG SDK_VERSION=1.15 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/opencv-qr-decoder-python/Dockerfile b/opencv-qr-decoder-python/Dockerfile index b1ad4e5..e051dc8 100644 --- a/opencv-qr-decoder-python/Dockerfile +++ b/opencv-qr-decoder-python/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.14 +ARG SDK_VERSION=1.15 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/parameter-api-python/Dockerfile b/parameter-api-python/Dockerfile index 2a86dcc..dca8985 100644 --- a/parameter-api-python/Dockerfile +++ b/parameter-api-python/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.14 +ARG SDK_VERSION=1.15 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf diff --git a/pose-estimator-with-flask/Dockerfile b/pose-estimator-with-flask/Dockerfile index 6d54c94..fc15d85 100644 --- a/pose-estimator-with-flask/Dockerfile +++ b/pose-estimator-with-flask/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp -ARG SDK_VERSION=1.14 +ARG SDK_VERSION=1.15 ARG UBUNTU_VERSION=22.04 FROM arm32v7/ubuntu:${UBUNTU_VERSION} as runtime-image-armv7hf