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 && \