mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2026-08-01 07:21:42 +00:00
- Update @nostr-dev-kit/ndk to use local patched version - NDK patch fixes async error handling in NIP-46 backend - Fixes nip44_encrypt requests not returning responses - Bump version to 0.11.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
554 B
554 B
Pull Request: Dockerfile stage casing consistency
Summary
Normalize the runtime stage declaration in the multi-stage Dockerfile to use uppercase AS, matching the build stage and eliminating a lint warning about inconsistent casing.
Changes
- Dockerfile Stage Casing (
Dockerfile)- Switched
as runtimetoAS runtimefor consistent multi-stage syntax
- Switched
Testing
- Not run (cosmetic Dockerfile change only)
Breaking Changes
None.
Related Issues
- Addresses Dockerfile lint warning for inconsistent
FROM/AScasing