chore: Bump PostGIS version to 3.6.2 in Dockerfile#47
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (2)
📝 WalkthroughSummary by CodeRabbit
WalkthroughPostGIS version bumped from 3.6.1 to 3.6.2 across Docker configurations! The POSTGIS_VERSION environment variable and image description labels in both Dockerfile and Dockerfile.pgpool are updated to reflect this patch release upgrade. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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
This PR updates the PostGIS spatial database extension from version 3.6.1 to 3.6.2 in the main Dockerfile. This is a minor patch version update that should contain bug fixes and improvements while maintaining compatibility with PostgreSQL 18.
Changes:
- Updated PostGIS version from 3.6.1+dfsg-1.pgdg13+1 to 3.6.2+dfsg-1.pgdg13+1 in the Dockerfile
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ENV POSTGIS_MAJOR=3 | ||
| ENV POSTGIS_VERSION=3.6.1+dfsg-1.pgdg13+1 | ||
| ENV POSTGIS_VERSION=3.6.2+dfsg-1.pgdg13+1 |
There was a problem hiding this comment.
The PostGIS version should also be updated in Dockerfile.pgpool to maintain consistency across all Docker images in the repository. Currently, Dockerfile.pgpool still references version 3.6.1+dfsg-1.pgdg13+1 in both the LABEL description (line 4) and the ENV POSTGIS_VERSION (line 8).
No description provided.