forked from 2sys/phonograph
bump rust to v1.94 and fix docker base image path
This commit is contained in:
parent
a06536c44c
commit
4099a23d37
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM docker.io/rustlang/rust:1.93 AS chef
|
FROM docker.io/library/rust:1.94 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/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[tools]
|
[tools]
|
||||||
deno = "latest"
|
deno = "latest"
|
||||||
rebar = "latest"
|
rebar = "latest"
|
||||||
rust = { version = "1.93", components = "rust-analyzer,clippy" }
|
rust = { version = "1.94", components = "rust-analyzer,clippy" }
|
||||||
watchexec = "latest"
|
watchexec = "latest"
|
||||||
"cargo:sqlx-cli" = "0.8.6"
|
"cargo:sqlx-cli" = "0.8.6"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue