Skip to content

chore: Bump PostGIS version to 3.6.2 in Dockerfile#47

Merged
cbaker6 merged 2 commits into
mainfrom
cbaker6-patch-1
Feb 24, 2026
Merged

chore: Bump PostGIS version to 3.6.2 in Dockerfile#47
cbaker6 merged 2 commits into
mainfrom
cbaker6-patch-1

Conversation

@cbaker6
Copy link
Copy Markdown
Member

@cbaker6 cbaker6 commented Feb 24, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 24, 2026 18:32
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 24, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a7d028e and f976144.

📒 Files selected for processing (2)
  • Dockerfile
  • Dockerfile.pgpool

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated PostGIS to version 3.6.2 in Docker images, including the standard PostgreSQL and PGPool configurations.

Walkthrough

PostGIS 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

Cohort / File(s) Summary
PostGIS Version Bump
Dockerfile, Dockerfile.pgpool
Updated PostGIS version from 3.6.1+dfsg-1.pgdg13+1 to 3.6.2+dfsg-1.pgdg13+1 in POSTGIS_VERSION environment variable and image description labels.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🚀 PostGIS ascends from 3.6.1's might,
To 3.6.2, shining ever bright!
A patch release, small yet supreme—
Plus Ultra! It's the update dream! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately describes the main change: bumping PostGIS version to 3.6.2 across Dockerfile and Dockerfile.pgpool.
Description check ✅ Passed No pull request description was provided by the author, but the title adequately conveys the purpose of the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch cbaker6-patch-1

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread Dockerfile

ENV POSTGIS_MAJOR=3
ENV POSTGIS_VERSION=3.6.1+dfsg-1.pgdg13+1
ENV POSTGIS_VERSION=3.6.2+dfsg-1.pgdg13+1
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copilot uses AI. Check for mistakes.
@cbaker6 cbaker6 merged commit be740d4 into main Feb 24, 2026
5 checks passed
@cbaker6 cbaker6 deleted the cbaker6-patch-1 branch February 24, 2026 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants