Skip to content

Commit 8674a14

Browse files
authored
manually update only the postgis master! (#236)
* manually update only the postgis master! * qick&dirty fix: set postgis to ~ Apr 27, 2021
1 parent 9833646 commit 8674a14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

12-master/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ RUN set -ex \
185185
&& proj \
186186
&& sfcgal-config --version
187187

188-
# install postgis
188+
# install postgis ( ~ Apr 27, 2021 )
189189
ENV POSTGIS_VERSION master
190-
ENV POSTGIS_GIT_HASH d5f7a2adc923869ebe17b5fd0a6fa299d5b9c20c
190+
ENV POSTGIS_GIT_HASH 2851cd1908dc138d6a6ec389fdbedc8fc93f5e73
191191

192192
RUN set -ex \
193193
&& apt-get update \

13-master/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ RUN set -ex \
185185
&& proj \
186186
&& sfcgal-config --version
187187

188-
# install postgis
188+
# install postgis ( ~ Apr 27, 2021 )
189189
ENV POSTGIS_VERSION master
190-
ENV POSTGIS_GIT_HASH d5f7a2adc923869ebe17b5fd0a6fa299d5b9c20c
190+
ENV POSTGIS_GIT_HASH 2851cd1908dc138d6a6ec389fdbedc8fc93f5e73
191191

192192
RUN set -ex \
193193
&& apt-get update \

0 commit comments

Comments
 (0)