mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-21 18:56:27 +00:00
Remove pinned ca-certs version
This commit is contained in:
parent
3faf747817
commit
74c5ec4e72
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user