-
NexaPG 0.1.6 - Performance & Security Update
StableAll checks were successfulPostgreSQL Compatibility Matrix / PG14 smoke (push) Successful in 8sPostgreSQL Compatibility Matrix / PG15 smoke (push) Successful in 8sPostgreSQL Compatibility Matrix / PG16 smoke (push) Successful in 9sPostgreSQL Compatibility Matrix / PG17 smoke (push) Successful in 8sPostgreSQL Compatibility Matrix / PG18 smoke (push) Successful in 8sDocker Publish (Release) / Build and Push Docker Images (release) Successful in 1m24sreleased this
2026-02-13 11:49:53 +00:00 | 27 commits to main since this releaseSecurity
Frontend Runtime Image Hardening
- Updated frontend runtime base image to Docker Hub recommended tag:
nginx:1.29-alpine-slim
- Kept lightweight Alpine-based runtime footprint for reduced package surface.
- Applied runtime package refresh during build:
apk upgrade --no-cache
Healthcheck Hardening
- Frontend container healthcheck now validates Nginx config directly:
nginx -t
- Removed dependency on HTTP fetch tools in healthcheck path.
Notes
- No database migration required.
- Rebuild and republish frontend image, then redeploy to apply security base-image updates.
Downloads
- Updated frontend runtime base image to Docker Hub recommended tag: