diff options
author | Mathijs van Veluw <[email protected]> | 2024-04-27 00:53:42 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-27 00:53:42 +0200 |
commit | 2ad33ec97f415edb2af054f527efed52b3b93a9e (patch) | |
tree | e12a2a9439fa20664e1703ff4a0b67f7ed201e94 /docker/Dockerfile.debian | |
parent | e1a8df96dbadfbf5ad36ce9aa2f31f34396166c2 (diff) | |
download | vaultwarden-2ad33ec97f415edb2af054f527efed52b3b93a9e.tar.gz vaultwarden-2ad33ec97f415edb2af054f527efed52b3b93a9e.zip |
Update Crate and Rust (#4522)
* Update Crate and Rust
- Updated all crates
- Updated Rust to the latest patch version
* Updated GitHub Actions
Diffstat (limited to 'docker/Dockerfile.debian')
-rw-r--r-- | docker/Dockerfile.debian | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile.debian b/docker/Dockerfile.debian index 42e475b5..9e55c07d 100644 --- a/docker/Dockerfile.debian +++ b/docker/Dockerfile.debian @@ -31,11 +31,11 @@ FROM --platform=linux/amd64 docker.io/vaultwarden/web-vault@sha256:689b1e706f29e ########################## Cross Compile Docker Helper Scripts ########################## ## We use the linux/amd64 no matter which Build Platform, since these are all bash scripts ## And these bash scripts do not have any significant difference if at all -FROM --platform=linux/amd64 docker.io/tonistiigi/xx@sha256:c9609ace652bbe51dd4ce90e0af9d48a4590f1214246da5bc70e46f6dd586edc AS xx +FROM --platform=linux/amd64 docker.io/tonistiigi/xx@sha256:0cd3f05c72d6c9b038eb135f91376ee1169ef3a330d34e418e65e2a5c2e9c0d4 AS xx ########################## BUILD IMAGE ########################## # hadolint ignore=DL3006 -FROM --platform=$BUILDPLATFORM docker.io/library/rust:1.77.0-slim-bookworm as build +FROM --platform=$BUILDPLATFORM docker.io/library/rust:1.77.2-slim-bookworm as build COPY --from=xx / / ARG TARGETARCH ARG TARGETVARIANT |