From b506cfd9b5d818695c145e6cac02d5569af1bba5 Mon Sep 17 00:00:00 2001 From: ImreSamu Date: Sun, 24 Nov 2024 08:54:04 +0100 Subject: [PATCH] ./update.sh update master --- 16-master/Dockerfile | 8 ++++---- 17-master/Dockerfile | 8 ++++---- README.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/16-master/Dockerfile b/16-master/Dockerfile index fc9f5d86..38fd4506 100644 --- a/16-master/Dockerfile +++ b/16-master/Dockerfile @@ -150,7 +150,7 @@ RUN set -ex \ && rm -fr /usr/src/PROJ # geos -ENV GEOS_GIT_HASH 1ab10dd64bcb0032adbd76b91fa699bacba8d4e2 +ENV GEOS_GIT_HASH 930487a20b6b5860eba91f9719ce0881973defc2 RUN set -ex \ && cd /usr/src \ && git clone https://github.com/libgeos/geos.git \ @@ -166,7 +166,7 @@ RUN set -ex \ && rm -fr /usr/src/geos # gdal -ENV GDAL_GIT_HASH 17f6835f621cb785f39aff7eb6ee215255f7ed93 +ENV GDAL_GIT_HASH f6945319679af19f2487cd76b1f62550fdb862ba RUN set -ex \ && cd /usr/src \ && git clone https://github.com/OSGeo/gdal.git \ @@ -302,8 +302,8 @@ ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH} ENV CGAL_GIT_HASH da588c9f95ba1040801afb7e9304259d9359835b ENV SFCGAL_GIT_HASH 8660a26173895e6d298a024a9f10fd6e27d43d8b ENV PROJ_GIT_HASH 2d430667ce01f845a8fd9768891d45c489c77094 -ENV GEOS_GIT_HASH 1ab10dd64bcb0032adbd76b91fa699bacba8d4e2 -ENV GDAL_GIT_HASH 17f6835f621cb785f39aff7eb6ee215255f7ed93 +ENV GEOS_GIT_HASH 930487a20b6b5860eba91f9719ce0881973defc2 +ENV GDAL_GIT_HASH f6945319679af19f2487cd76b1f62550fdb862ba # Minimal command line test ( fail fast ) RUN set -ex \ diff --git a/17-master/Dockerfile b/17-master/Dockerfile index be11f072..a46fb0a9 100644 --- a/17-master/Dockerfile +++ b/17-master/Dockerfile @@ -150,7 +150,7 @@ RUN set -ex \ && rm -fr /usr/src/PROJ # geos -ENV GEOS_GIT_HASH 1ab10dd64bcb0032adbd76b91fa699bacba8d4e2 +ENV GEOS_GIT_HASH 930487a20b6b5860eba91f9719ce0881973defc2 RUN set -ex \ && cd /usr/src \ && git clone https://github.com/libgeos/geos.git \ @@ -166,7 +166,7 @@ RUN set -ex \ && rm -fr /usr/src/geos # gdal -ENV GDAL_GIT_HASH 17f6835f621cb785f39aff7eb6ee215255f7ed93 +ENV GDAL_GIT_HASH f6945319679af19f2487cd76b1f62550fdb862ba RUN set -ex \ && cd /usr/src \ && git clone https://github.com/OSGeo/gdal.git \ @@ -302,8 +302,8 @@ ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH} ENV CGAL_GIT_HASH da588c9f95ba1040801afb7e9304259d9359835b ENV SFCGAL_GIT_HASH 8660a26173895e6d298a024a9f10fd6e27d43d8b ENV PROJ_GIT_HASH 2d430667ce01f845a8fd9768891d45c489c77094 -ENV GEOS_GIT_HASH 1ab10dd64bcb0032adbd76b91fa699bacba8d4e2 -ENV GDAL_GIT_HASH 17f6835f621cb785f39aff7eb6ee215255f7ed93 +ENV GEOS_GIT_HASH 930487a20b6b5860eba91f9719ce0881973defc2 +ENV GDAL_GIT_HASH f6945319679af19f2487cd76b1f62550fdb862ba # Minimal command line test ( fail fast ) RUN set -ex \ diff --git a/README.md b/README.md index 5be554f5..55e8dd6a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This image ensures that the default database created by the parent `postgres` im 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`. -# Versions (2024-10-15) +# Versions (2024-11-24) Supported architecture: `amd64` (also known as X86-64)"