forked from 2sys/phonograph
revert containerfile to rust stable channel
follow-up to revision ssquxvpt
This commit is contained in:
parent
ba7aafe71e
commit
a06536c44c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.io/rustlang/rust:nightly AS chef
|
FROM docker.io/rustlang/rust:1.93 AS chef
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN cargo install cargo-chef && rm -rf $CARGO_HOME/registry/
|
RUN cargo install cargo-chef && rm -rf $CARGO_HOME/registry/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue