docker: use itzaname docker proxy to avoid getting rate-limited #83
Reference in New Issue
Block a user
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 toolchainFROM docker.io/clux/muslrust:stable AS chefFROM registry.itzana.me/docker-proxy/clux/muslrust:stable AS chefShould avoid stable here as well.