Update rust 1.85 -> 1.86
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 7m50s
kustomization/authelia-controller/325cc95e reconciliation succeeded
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 7m50s
kustomization/authelia-controller/325cc95e reconciliation succeeded
This commit is contained in:
parent
e9fe169a9a
commit
3b439f15e2
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.85 AS base
|
||||
FROM rust:1.86 AS base
|
||||
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
|
||||
RUN cargo install cargo-chef --locked --version 0.1.71 && \
|
||||
cargo install cargo-auditable --locked --version 0.6.6
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[toolchain]
|
||||
channel = "1.85"
|
||||
channel = "1.86"
|
||||
profile = "default"
|
||||
components = ["rust-analyzer"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user