Skip to content

Commit 863de81

Browse files
committed
update PostGIS versions: 3.5.5, 3.6.2, and master git hashes (2026-02-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
1 parent 199d6ed commit 863de81

File tree

11 files changed

+54
-54
lines changed

11 files changed

+54
-54
lines changed

13-3.5/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ FROM ${BASE_IMAGE}
77
ARG NPROC=
88

99
LABEL maintainer="PostGIS Project - https://postgis.net" \
10-
org.opencontainers.image.description="PostGIS 3.5.4 spatial database extension with PostgreSQL 13 Alpine" \
10+
org.opencontainers.image.description="PostGIS 3.5.5 spatial database extension with PostgreSQL 13 Alpine" \
1111
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1212

13-
ENV POSTGIS_VERSION=3.5.4
14-
ENV POSTGIS_SHA256=7eeef87eabf11aa8cef5f9aa48b03c5632ebae570c3a48e065d48a435d2d1ee4
13+
ENV POSTGIS_VERSION=3.5.5
14+
ENV POSTGIS_SHA256=fc3408c474662b5354c9569cfbd18172f2f4818c09945725b8d0089169925fb1
1515

1616
RUN set -eux \
1717
&& apk add --no-cache --virtual .fetch-deps \

14-3.5/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ FROM ${BASE_IMAGE}
77
ARG NPROC=
88

99
LABEL maintainer="PostGIS Project - https://postgis.net" \
10-
org.opencontainers.image.description="PostGIS 3.5.4 spatial database extension with PostgreSQL 14 Alpine" \
10+
org.opencontainers.image.description="PostGIS 3.5.5 spatial database extension with PostgreSQL 14 Alpine" \
1111
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1212

13-
ENV POSTGIS_VERSION=3.5.4
14-
ENV POSTGIS_SHA256=7eeef87eabf11aa8cef5f9aa48b03c5632ebae570c3a48e065d48a435d2d1ee4
13+
ENV POSTGIS_VERSION=3.5.5
14+
ENV POSTGIS_SHA256=fc3408c474662b5354c9569cfbd18172f2f4818c09945725b8d0089169925fb1
1515

1616
RUN set -eux \
1717
&& apk add --no-cache --virtual .fetch-deps \

15-3.5/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ FROM ${BASE_IMAGE}
77
ARG NPROC=
88

99
LABEL maintainer="PostGIS Project - https://postgis.net" \
10-
org.opencontainers.image.description="PostGIS 3.5.4 spatial database extension with PostgreSQL 15 Alpine" \
10+
org.opencontainers.image.description="PostGIS 3.5.5 spatial database extension with PostgreSQL 15 Alpine" \
1111
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1212

13-
ENV POSTGIS_VERSION=3.5.4
14-
ENV POSTGIS_SHA256=7eeef87eabf11aa8cef5f9aa48b03c5632ebae570c3a48e065d48a435d2d1ee4
13+
ENV POSTGIS_VERSION=3.5.5
14+
ENV POSTGIS_SHA256=fc3408c474662b5354c9569cfbd18172f2f4818c09945725b8d0089169925fb1
1515

1616
RUN set -eux \
1717
&& apk add --no-cache --virtual .fetch-deps \

16-3.5/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ FROM ${BASE_IMAGE}
77
ARG NPROC=
88

99
LABEL maintainer="PostGIS Project - https://postgis.net" \
10-
org.opencontainers.image.description="PostGIS 3.5.4 spatial database extension with PostgreSQL 16 Alpine" \
10+
org.opencontainers.image.description="PostGIS 3.5.5 spatial database extension with PostgreSQL 16 Alpine" \
1111
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1212

13-
ENV POSTGIS_VERSION=3.5.4
14-
ENV POSTGIS_SHA256=7eeef87eabf11aa8cef5f9aa48b03c5632ebae570c3a48e065d48a435d2d1ee4
13+
ENV POSTGIS_VERSION=3.5.5
14+
ENV POSTGIS_SHA256=fc3408c474662b5354c9569cfbd18172f2f4818c09945725b8d0089169925fb1
1515

1616
RUN set -eux \
1717
&& apk add --no-cache --virtual .fetch-deps \

16-master/Dockerfile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ RUN set -ex \
108108
# cgal & sfcgal
109109
ARG CGAL_GIT_BRANCH
110110
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
111-
ENV CGAL_GIT_HASH=9b728c437c096113ba711a4186817ac90c97aae3
112-
ENV SFCGAL_GIT_HASH=0adcd006a4300a8de09c623b5d9c0e0d8bacfd1a
111+
ENV CGAL_GIT_HASH=d4633ca2ab4ed8ffe57c9a5dc12d5588af95c5bd
112+
ENV SFCGAL_GIT_HASH=78a0496bc3f57a698f2d30affbd544be60b44fde
113113
RUN set -ex \
114114
&& mkdir -p /usr/src \
115115
&& cd /usr/src \
@@ -142,7 +142,7 @@ RUN set -ex \
142142
&& rm -fr /usr/src/cgal
143143

144144
# proj
145-
ENV PROJ_GIT_HASH=b03fb3177baa2775bd476b3a1845f16ba61958fc
145+
ENV PROJ_GIT_HASH=55707ca0862d5f2995759a3a1cd8bfec1f6a2ce9
146146
RUN set -ex \
147147
&& cd /usr/src \
148148
&& git clone https://github.com/OSGeo/PROJ.git \
@@ -172,7 +172,7 @@ RUN set -ex \
172172
&& rm -fr /usr/src/PROJ
173173

174174
# geos
175-
ENV GEOS_GIT_HASH=c7ca3dd29bf379c43ae6f97fbc1bdfa10dcf630e
175+
ENV GEOS_GIT_HASH=a180ae12ad185da32746e665ee068b63b1ac4644
176176
RUN set -ex \
177177
&& cd /usr/src \
178178
&& git clone https://github.com/libgeos/geos.git \
@@ -188,7 +188,7 @@ RUN set -ex \
188188
&& rm -fr /usr/src/geos
189189

190190
# gdal
191-
ENV GDAL_GIT_HASH=0a76107e6e821bd098e4ff412958bf161c90153e
191+
ENV GDAL_GIT_HASH=859a85835430e594c99d3800ea99cb22eaabc4e9
192192
RUN set -ex \
193193
&& cd /usr/src \
194194
&& git clone https://github.com/OSGeo/gdal.git \
@@ -323,11 +323,11 @@ COPY --from=builder /usr/local /usr/local
323323

324324
ARG CGAL_GIT_BRANCH
325325
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
326-
ENV CGAL_GIT_HASH=9b728c437c096113ba711a4186817ac90c97aae3
327-
ENV SFCGAL_GIT_HASH=0adcd006a4300a8de09c623b5d9c0e0d8bacfd1a
328-
ENV PROJ_GIT_HASH=b03fb3177baa2775bd476b3a1845f16ba61958fc
329-
ENV GEOS_GIT_HASH=c7ca3dd29bf379c43ae6f97fbc1bdfa10dcf630e
330-
ENV GDAL_GIT_HASH=0a76107e6e821bd098e4ff412958bf161c90153e
326+
ENV CGAL_GIT_HASH=d4633ca2ab4ed8ffe57c9a5dc12d5588af95c5bd
327+
ENV SFCGAL_GIT_HASH=78a0496bc3f57a698f2d30affbd544be60b44fde
328+
ENV PROJ_GIT_HASH=55707ca0862d5f2995759a3a1cd8bfec1f6a2ce9
329+
ENV GEOS_GIT_HASH=a180ae12ad185da32746e665ee068b63b1ac4644
330+
ENV GDAL_GIT_HASH=859a85835430e594c99d3800ea99cb22eaabc4e9
331331

332332
# Minimal command line test ( fail fast )
333333
RUN set -ex \
@@ -346,7 +346,7 @@ RUN set -ex \
346346
|| echo "ogr2ogr missing PostgreSQL driver" && exit 1
347347

348348
# install postgis
349-
ENV POSTGIS_GIT_HASH=bf36aef0ca85b254b8576f0936d377612a4668c0
349+
ENV POSTGIS_GIT_HASH=6d729904766367e513963cbb330b58400d12025c
350350

351351
RUN set -ex \
352352
&& apt-get update \

17-3.5/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ FROM ${BASE_IMAGE}
77
ARG NPROC=
88

99
LABEL maintainer="PostGIS Project - https://postgis.net" \
10-
org.opencontainers.image.description="PostGIS 3.5.4 spatial database extension with PostgreSQL 17 Alpine" \
10+
org.opencontainers.image.description="PostGIS 3.5.5 spatial database extension with PostgreSQL 17 Alpine" \
1111
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1212

13-
ENV POSTGIS_VERSION=3.5.4
14-
ENV POSTGIS_SHA256=7eeef87eabf11aa8cef5f9aa48b03c5632ebae570c3a48e065d48a435d2d1ee4
13+
ENV POSTGIS_VERSION=3.5.5
14+
ENV POSTGIS_SHA256=fc3408c474662b5354c9569cfbd18172f2f4818c09945725b8d0089169925fb1
1515

1616
RUN set -eux \
1717
&& apk add --no-cache --virtual .fetch-deps \

17-3.6/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ FROM ${BASE_IMAGE}
77
ARG NPROC=
88

99
LABEL maintainer="PostGIS Project - https://postgis.net" \
10-
org.opencontainers.image.description="PostGIS 3.6.1 spatial database extension with PostgreSQL 17 Alpine" \
10+
org.opencontainers.image.description="PostGIS 3.6.2 spatial database extension with PostgreSQL 17 Alpine" \
1111
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1212

13-
ENV POSTGIS_VERSION=3.6.1
14-
ENV POSTGIS_SHA256=849391e75488a749663fbc8d63b846d063d387d286c04dea062820476f84c8f6
13+
ENV POSTGIS_VERSION=3.6.2
14+
ENV POSTGIS_SHA256=607a4d21c017e5283e15d2d977c9b7f575ddfc672afdee81fc84a2d823db4ba5
1515

1616
RUN set -eux \
1717
&& apk add --no-cache --virtual .fetch-deps \

17-master/Dockerfile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ RUN set -ex \
108108
# cgal & sfcgal
109109
ARG CGAL_GIT_BRANCH
110110
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
111-
ENV CGAL_GIT_HASH=9b728c437c096113ba711a4186817ac90c97aae3
112-
ENV SFCGAL_GIT_HASH=0adcd006a4300a8de09c623b5d9c0e0d8bacfd1a
111+
ENV CGAL_GIT_HASH=d4633ca2ab4ed8ffe57c9a5dc12d5588af95c5bd
112+
ENV SFCGAL_GIT_HASH=78a0496bc3f57a698f2d30affbd544be60b44fde
113113
RUN set -ex \
114114
&& mkdir -p /usr/src \
115115
&& cd /usr/src \
@@ -142,7 +142,7 @@ RUN set -ex \
142142
&& rm -fr /usr/src/cgal
143143

144144
# proj
145-
ENV PROJ_GIT_HASH=b03fb3177baa2775bd476b3a1845f16ba61958fc
145+
ENV PROJ_GIT_HASH=55707ca0862d5f2995759a3a1cd8bfec1f6a2ce9
146146
RUN set -ex \
147147
&& cd /usr/src \
148148
&& git clone https://github.com/OSGeo/PROJ.git \
@@ -172,7 +172,7 @@ RUN set -ex \
172172
&& rm -fr /usr/src/PROJ
173173

174174
# geos
175-
ENV GEOS_GIT_HASH=c7ca3dd29bf379c43ae6f97fbc1bdfa10dcf630e
175+
ENV GEOS_GIT_HASH=a180ae12ad185da32746e665ee068b63b1ac4644
176176
RUN set -ex \
177177
&& cd /usr/src \
178178
&& git clone https://github.com/libgeos/geos.git \
@@ -188,7 +188,7 @@ RUN set -ex \
188188
&& rm -fr /usr/src/geos
189189

190190
# gdal
191-
ENV GDAL_GIT_HASH=0a76107e6e821bd098e4ff412958bf161c90153e
191+
ENV GDAL_GIT_HASH=859a85835430e594c99d3800ea99cb22eaabc4e9
192192
RUN set -ex \
193193
&& cd /usr/src \
194194
&& git clone https://github.com/OSGeo/gdal.git \
@@ -323,11 +323,11 @@ COPY --from=builder /usr/local /usr/local
323323

324324
ARG CGAL_GIT_BRANCH
325325
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
326-
ENV CGAL_GIT_HASH=9b728c437c096113ba711a4186817ac90c97aae3
327-
ENV SFCGAL_GIT_HASH=0adcd006a4300a8de09c623b5d9c0e0d8bacfd1a
328-
ENV PROJ_GIT_HASH=b03fb3177baa2775bd476b3a1845f16ba61958fc
329-
ENV GEOS_GIT_HASH=c7ca3dd29bf379c43ae6f97fbc1bdfa10dcf630e
330-
ENV GDAL_GIT_HASH=0a76107e6e821bd098e4ff412958bf161c90153e
326+
ENV CGAL_GIT_HASH=d4633ca2ab4ed8ffe57c9a5dc12d5588af95c5bd
327+
ENV SFCGAL_GIT_HASH=78a0496bc3f57a698f2d30affbd544be60b44fde
328+
ENV PROJ_GIT_HASH=55707ca0862d5f2995759a3a1cd8bfec1f6a2ce9
329+
ENV GEOS_GIT_HASH=a180ae12ad185da32746e665ee068b63b1ac4644
330+
ENV GDAL_GIT_HASH=859a85835430e594c99d3800ea99cb22eaabc4e9
331331

332332
# Minimal command line test ( fail fast )
333333
RUN set -ex \
@@ -346,7 +346,7 @@ RUN set -ex \
346346
|| echo "ogr2ogr missing PostgreSQL driver" && exit 1
347347

348348
# install postgis
349-
ENV POSTGIS_GIT_HASH=bf36aef0ca85b254b8576f0936d377612a4668c0
349+
ENV POSTGIS_GIT_HASH=6d729904766367e513963cbb330b58400d12025c
350350

351351
RUN set -ex \
352352
&& apt-get update \

18-3.6/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
FROM docker.io/postgres:18-trixie
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
8-
org.opencontainers.image.description="PostGIS 3.6.1+dfsg-1.pgdg13+1 spatial database extension with PostgreSQL 18 trixie" \
8+
org.opencontainers.image.description="PostGIS 3.6.2+dfsg-1.pgdg13+1 spatial database extension with PostgreSQL 18 trixie" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

1111
ENV POSTGIS_MAJOR=3
12-
ENV POSTGIS_VERSION=3.6.1+dfsg-1.pgdg13+1
12+
ENV POSTGIS_VERSION=3.6.2+dfsg-1.pgdg13+1
1313

1414
RUN apt-get update \
1515
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

18-3.6/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ FROM ${BASE_IMAGE}
77
ARG NPROC=
88

99
LABEL maintainer="PostGIS Project - https://postgis.net" \
10-
org.opencontainers.image.description="PostGIS 3.6.1 spatial database extension with PostgreSQL 18 Alpine" \
10+
org.opencontainers.image.description="PostGIS 3.6.2 spatial database extension with PostgreSQL 18 Alpine" \
1111
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1212

13-
ENV POSTGIS_VERSION=3.6.1
14-
ENV POSTGIS_SHA256=849391e75488a749663fbc8d63b846d063d387d286c04dea062820476f84c8f6
13+
ENV POSTGIS_VERSION=3.6.2
14+
ENV POSTGIS_SHA256=607a4d21c017e5283e15d2d977c9b7f575ddfc672afdee81fc84a2d823db4ba5
1515

1616
RUN set -eux \
1717
&& apk add --no-cache --virtual .fetch-deps \

0 commit comments

Comments
 (0)