mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-15 18:39:20 +00:00
Update Rust version & crates (#4928)
This commit is contained in:
parent
248e561b3f
commit
66baa5e7d8
6 changed files with 367 additions and 235 deletions
|
|
@ -36,7 +36,7 @@ FROM --platform=linux/amd64 docker.io/tonistiigi/xx@sha256:1978e7a58a1777cb0ef0d
|
|||
|
||||
########################## BUILD IMAGE ##########################
|
||||
# hadolint ignore=DL3006
|
||||
FROM --platform=$BUILDPLATFORM docker.io/library/rust:1.80.1-slim-bookworm AS build
|
||||
FROM --platform=$BUILDPLATFORM docker.io/library/rust:1.81.0-slim-bookworm AS build
|
||||
COPY --from=xx / /
|
||||
ARG TARGETARCH
|
||||
ARG TARGETVARIANT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue