update PostGIS versions: 3.5.5, 3.6.2, and master git hashes (2026-02-18)#443
Merged
ImreSamu merged 2 commits intopostgis:masterfrom Feb 19, 2026
Merged
update PostGIS versions: 3.5.5, 3.6.2, and master git hashes (2026-02-18)#443ImreSamu merged 2 commits intopostgis:masterfrom
ImreSamu merged 2 commits intopostgis:masterfrom
Conversation
…-18) - Bump PostGIS 3.5.x from 3.5.4 to 3.5.5 (alpine variants: pg13–17) - Bump PostGIS 3.6.x from 3.6.1 to 3.6.2 (pg17, pg18 debian and alpine) - Update master Dockerfiles (pg16, pg17) with latest git hashes: CGAL, SFCGAL, PROJ, GEOS, GDAL, PostGIS - Update README version table and date to 2026-02-18 Updated via ./update.sh
The GitHub Actions runner now has Docker 5:29.1.5 pre-installed, making the previously pinned version (5:28.3.3) a downgrade, which caused all CI jobs to fail with "Packages were downgraded and -y was used without --allow-downgrades". Bump the pin to the current candidate 5:29.2.1.
Member
Author
|
ready to review. |
There was a problem hiding this comment.
Pull request overview
This PR updates PostGIS Docker images to the latest patch releases and refreshes development dependencies. The changes include version bumps for stable PostGIS releases (3.5.5 and 3.6.2), git hash updates for master branch dependencies, and a Docker package version update in the CI workflow.
Changes:
- Bump PostGIS 3.5.x from 3.5.4 to 3.5.5 for Alpine variants (PostgreSQL 13-17)
- Bump PostGIS 3.6.x from 3.6.1 to 3.6.2 for Alpine (PostgreSQL 17-18) and Debian (PostgreSQL 18)
- Update master Dockerfiles with latest git hashes for CGAL, SFCGAL, PROJ, GEOS, GDAL, and PostGIS
- Update CI workflow Docker package version to 5:29.2.1-1
ubuntu.24.04noble
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updated version table to reflect PostGIS 3.5.5 and 3.6.2, updated date to 2026-02-18 |
| 13-3.5/alpine/Dockerfile | Bumped PostGIS from 3.5.4 to 3.5.5 with updated SHA256 hash |
| 14-3.5/alpine/Dockerfile | Bumped PostGIS from 3.5.4 to 3.5.5 with updated SHA256 hash |
| 15-3.5/alpine/Dockerfile | Bumped PostGIS from 3.5.4 to 3.5.5 with updated SHA256 hash |
| 16-3.5/alpine/Dockerfile | Bumped PostGIS from 3.5.4 to 3.5.5 with updated SHA256 hash |
| 17-3.5/alpine/Dockerfile | Bumped PostGIS from 3.5.4 to 3.5.5 with updated SHA256 hash |
| 17-3.6/alpine/Dockerfile | Bumped PostGIS from 3.6.1 to 3.6.2 with updated SHA256 hash |
| 18-3.6/alpine/Dockerfile | Bumped PostGIS from 3.6.1 to 3.6.2 with updated SHA256 hash |
| 18-3.6/Dockerfile | Bumped PostGIS from 3.6.1 to 3.6.2 for Debian variant |
| 16-master/Dockerfile | Updated git hashes for CGAL, SFCGAL, PROJ, GEOS, GDAL, and PostGIS in builder and runtime stages |
| 17-master/Dockerfile | Updated git hashes for CGAL, SFCGAL, PROJ, GEOS, GDAL, and PostGIS in builder and runtime stages |
| .github/workflows/main.yml | Updated Docker APT package version to 5:29.2.1-1 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated via ./update.sh
AND:
DOCKER_APT_PKG_VER: '5:29.2.1-1~ubuntu.24.04~noble'