mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-23 00:36:52 +03:00
Update Rust and Crates (#4211)
- Updated Rust to v1.75.0 - Updated all the crates - Fixed warning generated by latest version of Rust
This commit is contained in:
committed by
GitHub
parent
cbdcf8ef9f
commit
c5665e7b77
@@ -35,7 +35,7 @@ FROM --platform=linux/amd64 docker.io/tonistiigi/xx@sha256:c9609ace652bbe51dd4ce
|
||||
|
||||
########################## BUILD IMAGE ##########################
|
||||
# hadolint ignore=DL3006
|
||||
FROM --platform=$BUILDPLATFORM docker.io/library/rust:1.74.1-slim-bookworm as build
|
||||
FROM --platform=$BUILDPLATFORM docker.io/library/rust:1.75.0-slim-bookworm as build
|
||||
COPY --from=xx / /
|
||||
ARG TARGETARCH
|
||||
ARG TARGETVARIANT
|
||||
|
Reference in New Issue
Block a user