Remove pinned ca-certs version

This commit is contained in:
ViViDboarder 2023-01-25 15:58:21 -08:00
parent 3faf747817
commit 74c5ec4e72
1 changed files with 2 additions and 1 deletions

View File

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