Skip to content

Commit

Permalink
Update versions (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 6369c06 commit 0ebdfeb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion hello-world-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion minimal-ml-inference/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion object-detector-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion opencv-qr-decoder-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion parameter-api-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pose-estimator-with-flask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ebdfeb

Please sign in to comment.