1
0
Fork 0
forked from 2sys/phonograph

revert containerfile to rust stable channel

follow-up to revision ssquxvpt
This commit is contained in:
Brent Schroeter 2026-03-11 18:40:51 +00:00
parent ba7aafe71e
commit a06536c44c

View file

@ -1,4 +1,4 @@
FROM docker.io/rustlang/rust:nightly AS chef
FROM docker.io/rustlang/rust:1.93 AS chef
WORKDIR /app
RUN cargo install cargo-chef && rm -rf $CARGO_HOME/registry/