nsecbunkerd/PULL_REQUEST_dockerfile_casing.md
tcheeric 738fb26dd2 fix(deps): update to patched NDK with NIP-46 fixes
- 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>
2025-11-28 09:13:26 +00:00

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

  1. Dockerfile Stage Casing (Dockerfile)
    • Switched as runtime to AS runtime for consistent multi-stage syntax

Testing

  • Not run (cosmetic Dockerfile change only)

Breaking Changes

None.

  • Addresses Dockerfile lint warning for inconsistent FROM/AS casing