mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-22 03:06:27 +00:00
alpine: Bump ca-certificates to fix build
This commit is contained in:
parent
1d07357a97
commit
8d0f48f00c
@ -15,7 +15,7 @@ RUN touch ./src/main.rs
|
||||
RUN cargo build --release
|
||||
|
||||
FROM alpine:3
|
||||
RUN apk --no-cache add ca-certificates=20191127-r4
|
||||
RUN apk --no-cache add ca-certificates=20191127-r5
|
||||
COPY --from=builder \
|
||||
/home/rust/src/target/x86_64-unknown-linux-musl/release/bitwarden_rs_ldap \
|
||||
/usr/local/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user