Skip to content

Commit 5d75634

Browse files
committed
Fix artifact URL
1 parent 4b027f2 commit 5d75634

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}/slim/rootfs.tar.xz && \
22+
https://github.com/debuerreotype/docker-debian-artifacts/raw/refs/heads/dist-${ARCH}/${REL}/slim/oci/blobs/rootfs.tar.gz && \
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}/slim/rootfs.tar.xz && \
22+
https://github.com/debuerreotype/docker-debian-artifacts/raw/refs/heads/dist-${ARCH}/${REL}/slim/oci/blobs/rootfs.tar.gz && \
2323
tar xf \
2424
/rootfs.tar.gz -C \
2525
/root-out && \

0 commit comments

Comments
 (0)