docker: use tagged muslrust

This commit is contained in:
Quaternions 2025-04-04 15:42:43 -07:00
parent 66890ccd44
commit 986ecfc7ad
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131

@ -1,6 +1,6 @@
# Using the `rust-musl-builder` as base image, instead of
# the official Rust toolchain
FROM registry.itzana.me/docker-proxy/clux/muslrust:stable AS chef
FROM registry.itzana.me/docker-proxy/clux/muslrust:1.86.0-stable AS chef
USER root
RUN cargo install cargo-chef
WORKDIR /app