docker: use itzaname docker proxy to avoid getting rate-limited #83
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "docker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -1,6 +1,6 @@
# Using the `rust-musl-builder` as base image, instead of
# the official Rust toolchain
FROM docker.io/clux/muslrust:stable AS chef
FROM registry.itzana.me/docker-proxy/clux/muslrust:stable AS chef
Should avoid stable here as well.