Merge pull request #188 from ViViDboarder/dependabot/docker/rust-1.83

This commit is contained in:
dependabot[bot] 2025-01-01 14:56:11 +00:00 committed by GitHub
commit 9a8be58f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM rust:1.82 as builder
FROM rust:1.83 as builder
WORKDIR /usr/src/
RUN USER=root cargo new --bin vaultwarden_ldap