[INFRA-461] chore: bump nginx to 1.31-alpine in web and admin Dockerfiles - #9490
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
📝 WalkthroughWalkthroughThe admin and web production Docker stages are updated from ChangesNginx base image updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the production nginx base image used to serve the built static assets for the web and admin apps, aligning both Dockerfiles on a newer nginx Alpine tag.
Changes:
- Bump
apps/web/Dockerfile.webproduction stage base image fromnginx:1.29-alpinetonginx:1.31-alpine. - Bump
apps/admin/Dockerfile.adminproduction stage base image fromnginx:1.29-alpinetonginx:1.31-alpine.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| apps/web/Dockerfile.web | Updates nginx base image tag in the production serving stage. |
| apps/admin/Dockerfile.admin | Updates nginx base image tag in the production serving stage. |
|
Linked to Plane Work Item(s) This comment was auto-generated by Plane |
Description
Bumps the nginx base image from
1.29-alpineto1.31-alpinein the production stage of the web and admin Dockerfiles.apps/web/Dockerfile.webapps/admin/Dockerfile.adminnginx:1.31-alpineis confirmed to exist on Docker Hub.Type of Change
Screenshots and Media (if applicable)
Test Scenarios
webandadminDocker images and verify they start correctly withnginx:1.31-alpine.References
🤖 Generated with Claude Code
Summary by CodeRabbit