Update ca-certs for alpine

This commit is contained in:
ViViDboarder 2022-01-20 12:52:59 -08:00
parent 13760d7e6f
commit 5d41a1532f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ RUN USER=rust touch ./src/main.rs
RUN cargo build --release
FROM alpine:3
RUN apk --no-cache add ca-certificates=20191127-r7
RUN apk --no-cache add ca-certificates=20211220-r0
COPY --from=builder \
/home/rust/src/target/x86_64-unknown-linux-musl/release/vaultwarden_ldap \
/usr/local/bin/