mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-16 07:52:31 +00:00
Update Rust to 1.84.1
- also update the crates - add necessary modifications for `rand` upgrade - `small_rng` is enabled by default now
This commit is contained in:
parent
3c29f82974
commit
0d40342cdf
8 changed files with 167 additions and 85 deletions
|
@ -36,7 +36,7 @@ FROM --platform=linux/amd64 docker.io/tonistiigi/xx@sha256:9c207bead753dda9430bd
|
|||
|
||||
########################## BUILD IMAGE ##########################
|
||||
# hadolint ignore=DL3006
|
||||
FROM --platform=$BUILDPLATFORM docker.io/library/rust:1.84.0-slim-bookworm AS build
|
||||
FROM --platform=$BUILDPLATFORM docker.io/library/rust:1.84.1-slim-bookworm AS build
|
||||
COPY --from=xx / /
|
||||
ARG TARGETARCH
|
||||
ARG TARGETVARIANT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue