Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/frontend/src/content/docs/whats-new/aspire-13-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ This makes it easier to inspect your Aspire application state during debugging s

- **'Never' Pull Policy**: Exposed image pull policy option for scenarios requiring local images
- **PullPolicy for Docker Compose**: Added `PullPolicy` property to Docker Compose Service class
- **`.npmrc` in Docker builds**: JavaScript Dockerfiles now copy `.npmrc` before running install, so private registry authentication works correctly in container builds
- **File-based Docker build secrets**: Build secrets can now be files (e.g., `.npmrc`), allowing private registry authentication in container builds without baking credentials into the image
- **PostgreSQL v18+ Compatibility**: Fixed data volume path for PostgreSQL version 18 and later

### Build improvements
Expand Down
Loading