mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-21 18:56:27 +00:00
Upgrade dependencies to replace vulnerable versions
This also requried a Rust upgrade. Verified with `make itest`
This commit is contained in:
parent
9c6c339dc8
commit
1111b2a3df
584
Cargo.lock
generated
584
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
ARG BUILD_TAG=1.56.1
|
||||
ARG BUILD_TAG=1.57.0
|
||||
ARG RUN_TAG=$BUILD_TAG
|
||||
|
||||
FROM rust:$BUILD_TAG as builder
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ekidd/rust-musl-builder:1.51.0 AS builder
|
||||
FROM ekidd/rust-musl-builder:1.57.0 AS builder
|
||||
|
||||
WORKDIR /home/rust/src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user