alpine: Bump ca-certificates to fix build

This commit is contained in:
ViViDboarder 2021-03-02 10:01:57 -08:00
parent 1d07357a97
commit 8d0f48f00c
1 changed files with 1 additions and 1 deletions

View File

@ -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/