You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This image ensures that the default database created by the parent `postgres` im
18
18
19
19
Unless `-e POSTGRES_DB` is passed to the container at startup time, this database will be named after the admin user (either `postgres` or the user specified with `-e POSTGRES_USER`). If you would prefer to use the older template database mechanism for enabling PostGIS, the image also provides a PostGIS-enabled template database called `template_postgis`.
20
20
21
-
# Versions (2025-05-22)
21
+
# Versions (2025-06-05)
22
22
23
23
Supported architecture: `amd64` (also known as X86-64)"
24
24
@@ -43,16 +43,16 @@ Recommended versions for new users are: `postgis/postgis:17-3.5`, `postgis/postg
43
43
### Alpine based
44
44
45
45
* The base operating system is [Alpine Linux](https://alpinelinux.org/). It is designed to be small, simple, and secure, and it's based on [musl libc](https://musl.libc.org/).
46
-
* In the Alpine 3.21 version, the package versions are: geos=3.13, gdal=3.10, proj=9.5, and sfcgal=2.0
46
+
* In the Alpine 3.22 version, the package versions are: geos=3.13.1, gdal=3.10.2, proj=9.6.0, and sfcgal=2.0.0
47
47
* PostGIS is compiled from source, making it a bit more challenging to extend.
0 commit comments