Skip to content

Commit 9aad8ba

Browse files
committed
Dockerfile: Use the new latest-ARCH tags
The helper images acap-api and acap-toolchain now have latest-ARCH tags that can be used to keep the Dockerfiles up to date.
1 parent 647fc6d commit 9aad8ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Repository and tag variables
22
ARG ARCH=aarch64
3-
ARG API_VERSION=12.0.0
4-
ARG TOOLCHAIN_VERSION=12.0.0
3+
ARG API_VERSION=latest-aarch64
4+
ARG TOOLCHAIN_VERSION=latest-aarch64
55
ARG TOOLCHAINS_UBUNTU_VERSION=24.04
66
ARG SDK_UBUNTU_VERSION=24.04
77
ARG REPO=axisecp

Dockerfile.armv7hf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Repository and tag variables
22
ARG ARCH=armv7hf
3-
ARG API_VERSION=12.0.0
4-
ARG TOOLCHAIN_VERSION=12.0.0
3+
ARG API_VERSION=latest-armv7hf
4+
ARG TOOLCHAIN_VERSION=latest-armv7hf
55
ARG TOOLCHAINS_UBUNTU_VERSION=24.04
66
ARG SDK_UBUNTU_VERSION=24.04
77
ARG REPO=axisecp

0 commit comments

Comments
 (0)