Skip to content

Commit c2db02c

Browse files
committed
use slim base
1 parent 27236d1 commit c2db02c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN \
1919
mkdir /root-out && \
2020
curl -o \
2121
/rootfs.tar.gz -L \
22-
https://github.com/debuerreotype/docker-debian-artifacts/raw/dist-${ARCH}/${REL}/rootfs.tar.xz && \
22+
https://github.com/debuerreotype/docker-debian-artifacts/raw/dist-${ARCH}/${REL}/slim/rootfs.tar.xz && \
2323
tar xf \
2424
/rootfs.tar.gz -C \
2525
/root-out && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN \
1919
mkdir /root-out && \
2020
curl -o \
2121
/rootfs.tar.gz -L \
22-
https://github.com/debuerreotype/docker-debian-artifacts/raw/dist-${ARCH}/${REL}/rootfs.tar.xz && \
22+
https://github.com/debuerreotype/docker-debian-artifacts/raw/dist-${ARCH}/${REL}/slim/rootfs.tar.xz && \
2323
tar xf \
2424
/rootfs.tar.gz -C \
2525
/root-out && \

0 commit comments

Comments
 (0)