1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-11 06:03:57 +00:00

build (deps): Bump Rust version and sync lockfile

This commit is contained in:
GeekCornerGH 2023-08-13 18:52:23 +02:00
parent bc57c4b193
commit ae1c53f4e5
No known key found for this signature in database
GPG key ID: 141B4CB278834F27
18 changed files with 23 additions and 23 deletions

View file

@ -26,7 +26,7 @@
FROM docker.io/vaultwarden/web-vault@sha256:b306f38fe0d54fa3d79059a737f8e1803da44ddc5f273c2aecdd6a4886211b0f as vault
########################## BUILD IMAGE ##########################
FROM docker.io/library/rust:1.71.0-bookworm as build
FROM docker.io/library/rust:1.71.1-bookworm as build
# Build time options to avoid dpkg warnings and help with reproducible builds.
ENV DEBIAN_FRONTEND=noninteractive \