diff --git a/Dockerfile b/Dockerfile index 5ce3e0c..3da1a57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN \ mkdir /root-out && \ curl -o \ /rootfs.tar.gz -L \ - https://github.com/debuerreotype/docker-debian-artifacts/raw/dist-${ARCH}/${REL}/rootfs.tar.xz && \ + https://github.com/debuerreotype/docker-debian-artifacts/raw/dist-${ARCH}/${REL}/slim/rootfs.tar.xz && \ tar xf \ /rootfs.tar.gz -C \ /root-out && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 1608be8..0de0107 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -19,7 +19,7 @@ RUN \ mkdir /root-out && \ curl -o \ /rootfs.tar.gz -L \ - https://github.com/debuerreotype/docker-debian-artifacts/raw/dist-${ARCH}/${REL}/rootfs.tar.xz && \ + https://github.com/debuerreotype/docker-debian-artifacts/raw/dist-${ARCH}/${REL}/slim/rootfs.tar.xz && \ tar xf \ /rootfs.tar.gz -C \ /root-out && \