Skip to content

Commit

Permalink
./update.sh update master
Browse files Browse the repository at this point in the history
  • Loading branch information
ImreSamu authored and phillipross committed Nov 24, 2024
1 parent c381a23 commit b506cfd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions 16-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down
8 changes: 4 additions & 4 deletions 17-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down

0 comments on commit b506cfd

Please sign in to comment.