diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-18 10:02:01 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-18 10:02:01 +0100 |
| commit | 7dfb196b54da0e4aaa3119a6bd6ffd54fa404ce6 (patch) | |
| tree | 92b7a8c09889addc9e3f65ebdf610b69e199fb0a | |
| parent | ebd7e48774c91eac30bb903bad39400464002467 (diff) | |
Dockerfile: Use upload-artifact mirror
While the original server aims to provide a best effort service, it is a
good idea to depend on mirrors all hosted by the same service.
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ RUN apt-get update && \ && DEBIAN_FRONTEND=noninteractive apt-get clean FROM tools AS upload-artifact -RUN git clone https://gitea.privatedns.org/xavi/upload-artifact.git +RUN git clone https://forge.a-lec.org/speed-dreams/upload-artifact.git FROM tools AS forgejo-clone RUN git clone https://forge.a-lec.org/speed-dreams/forgejo-clone.git |
