Skip to content

Commit

Permalink
Try webpki
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Nov 17, 2024
1 parent 0a10f18 commit f46d246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG SOURCE_FILE
ARG SOURCE_SHA256

# https://docs.rs/crate/hickory-dns/0.25.0-alpha.3/features
ARG DEFAULT_FEATURES="ascii-art,native-certs,resolver,sqlite"
ARG DEFAULT_FEATURES="ascii-art,webpki,resolver,sqlite"
ARG FEATURES="dns-over-h3,dns-over-quic,dns-over-rustls,dns-over-https-rustls,dnssec,dnssec-openssl,blocklist,$DEFAULT_FEATURES"

WORKDIR /workspace
Expand Down

0 comments on commit f46d246

Please sign in to comment.