Docker Image
Pull the image from GitHub Container Registry:
docker pull ghcr.io/nostr-wot/nostr-wot-oracle:0.2.2Changes
Fixed
- HTTP API not responding - axum rate limiter required
ConnectInfo<SocketAddr>to extract the client IP; without it the middleware silently dropped every request (#2). The webserver now starts and serves traffic in Docker. - Docker build broken - Bumped builder image from
rust:1.85-slim-bookwormtorust:1.86-slim-bookworm. Newer transitive deps (icu_properties,idna_adapter) require rustc 1.86.