From cf09f672a71f012124bc9caea6a1b00e3bd604bb Mon Sep 17 00:00:00 2001 From: pi-farm Date: Mon, 16 Mar 2026 17:19:28 +0100 Subject: [PATCH] removed additional bracket --- Dockerfile.aarch64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 39f8f2f..10fefb8 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -29,7 +29,7 @@ RUN \ mkdir /root-out && \ curl -o \ /rootfs.tar.gz -L \ - https://github.com/debuerreotype/docker-debian-artifacts/raw/refs/heads/dist-${BUILD_DEBIAN_ARCH_AARCH64}}/${BUILD_DEBIAN_REL}/slim/oci/blobs/rootfs.tar.gz && \ + https://github.com/debuerreotype/docker-debian-artifacts/raw/refs/heads/dist-${BUILD_DEBIAN_ARCH_AARCH64}/${BUILD_DEBIAN_REL}/slim/oci/blobs/rootfs.tar.gz && \ tar xf \ /rootfs.tar.gz -C \ /root-out && \