Skip to content

Commit 9c0b038

Browse files
authored
upgrade postgis 3.3.0rc1 and *-master (#308)
1 parent 969ef8a commit 9c0b038

File tree

13 files changed

+32
-32
lines changed

13 files changed

+32
-32
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
postgis: master
3636
variant: default
3737
- postgres: 14
38-
postgis: '3.3.0beta2'
38+
postgis: '3.3.0rc1'
3939
variant: alpine
4040
- postgres: '15beta2'
41-
postgis: '3.3.0beta2'
41+
postgis: '3.3.0rc1'
4242
variant: alpine
4343
- postgres: '15beta2'
4444
postgis: master

13-master/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN set -ex \
8282

8383
# proj
8484
ENV PROJ_VERSION master
85-
ENV PROJ_GIT_HASH 398649d9e765bdd58647a35d805370a7edbb47a8
85+
ENV PROJ_GIT_HASH 68fa2def43265466d70b336a2f2be70f7e19a0de
8686

8787
RUN set -ex \
8888
&& cd /usr/src \
@@ -114,7 +114,7 @@ RUN set -ex \
114114

115115
# geos
116116
ENV GEOS_VERSION master
117-
ENV GEOS_GIT_HASH ae1b4b792a8418ff4e3f349022d8fe8adebc80b5
117+
ENV GEOS_GIT_HASH fee735849e822b3b50564736546e5fe9470bbc5d
118118

119119
RUN set -ex \
120120
&& cd /usr/src \
@@ -131,7 +131,7 @@ RUN set -ex \
131131

132132
# gdal
133133
ENV GDAL_VERSION master
134-
ENV GDAL_GIT_HASH bc69439b943d06c4acd0a45801bb3d5092641aef
134+
ENV GDAL_GIT_HASH 76dfdcc0574a09fb7cb00e207b92be5177ee7c91
135135

136136
RUN set -ex \
137137
&& cd /usr/src \
@@ -197,9 +197,9 @@ RUN set -ex \
197197
COPY --from=builder /usr/local /usr/local
198198

199199
#ENV SFCGAL_GIT_HASH 8675662a2725976642d0ecffd4efcfe68e484483
200-
ENV PROJ_GIT_HASH 398649d9e765bdd58647a35d805370a7edbb47a8
201-
ENV GEOS_GIT_HASH ae1b4b792a8418ff4e3f349022d8fe8adebc80b5
202-
ENV GDAL_GIT_HASH bc69439b943d06c4acd0a45801bb3d5092641aef
200+
ENV PROJ_GIT_HASH 68fa2def43265466d70b336a2f2be70f7e19a0de
201+
ENV GEOS_GIT_HASH fee735849e822b3b50564736546e5fe9470bbc5d
202+
ENV GDAL_GIT_HASH 76dfdcc0574a09fb7cb00e207b92be5177ee7c91
203203

204204
# Minimal command line test.
205205
RUN set -ex \
@@ -217,7 +217,7 @@ RUN ogr2ogr --formats | grep -q "PostgreSQL/PostGIS" && exit 0 \
217217

218218
# install postgis
219219
ENV POSTGIS_VERSION master
220-
ENV POSTGIS_GIT_HASH b9f1e10befad02207cf87b46ef3f85591e25ee4c
220+
ENV POSTGIS_GIT_HASH f62924fafaa7b32cab0bf425837249bc123b10d0
221221

222222
RUN set -ex \
223223
&& apt-get update \
File renamed without changes.

14-3.3.0beta2/alpine/Dockerfile renamed to 14-3.3.0rc1/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM postgres:14-alpine3.16
22

33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

5-
ENV POSTGIS_VERSION 3.3.0beta2
6-
ENV POSTGIS_SHA256 6134085b57ffaf9c27888534cdc4234bc8eadf3ab1ff71ee8da4c4ff1828e8fb
5+
ENV POSTGIS_VERSION 3.3.0rc1
6+
ENV POSTGIS_SHA256 624e13b5da7c0a8d1def882b724d06e7715a579ea5587ecce76408aaafb8775f
77

88
RUN set -eux \
99
\
File renamed without changes.
File renamed without changes.

14-master/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN set -ex \
8282

8383
# proj
8484
ENV PROJ_VERSION master
85-
ENV PROJ_GIT_HASH 398649d9e765bdd58647a35d805370a7edbb47a8
85+
ENV PROJ_GIT_HASH 68fa2def43265466d70b336a2f2be70f7e19a0de
8686

8787
RUN set -ex \
8888
&& cd /usr/src \
@@ -114,7 +114,7 @@ RUN set -ex \
114114

115115
# geos
116116
ENV GEOS_VERSION master
117-
ENV GEOS_GIT_HASH ae1b4b792a8418ff4e3f349022d8fe8adebc80b5
117+
ENV GEOS_GIT_HASH fee735849e822b3b50564736546e5fe9470bbc5d
118118

119119
RUN set -ex \
120120
&& cd /usr/src \
@@ -131,7 +131,7 @@ RUN set -ex \
131131

132132
# gdal
133133
ENV GDAL_VERSION master
134-
ENV GDAL_GIT_HASH bc69439b943d06c4acd0a45801bb3d5092641aef
134+
ENV GDAL_GIT_HASH 76dfdcc0574a09fb7cb00e207b92be5177ee7c91
135135

136136
RUN set -ex \
137137
&& cd /usr/src \
@@ -197,9 +197,9 @@ RUN set -ex \
197197
COPY --from=builder /usr/local /usr/local
198198

199199
#ENV SFCGAL_GIT_HASH 8675662a2725976642d0ecffd4efcfe68e484483
200-
ENV PROJ_GIT_HASH 398649d9e765bdd58647a35d805370a7edbb47a8
201-
ENV GEOS_GIT_HASH ae1b4b792a8418ff4e3f349022d8fe8adebc80b5
202-
ENV GDAL_GIT_HASH bc69439b943d06c4acd0a45801bb3d5092641aef
200+
ENV PROJ_GIT_HASH 68fa2def43265466d70b336a2f2be70f7e19a0de
201+
ENV GEOS_GIT_HASH fee735849e822b3b50564736546e5fe9470bbc5d
202+
ENV GDAL_GIT_HASH 76dfdcc0574a09fb7cb00e207b92be5177ee7c91
203203

204204
# Minimal command line test.
205205
RUN set -ex \
@@ -217,7 +217,7 @@ RUN ogr2ogr --formats | grep -q "PostgreSQL/PostGIS" && exit 0 \
217217

218218
# install postgis
219219
ENV POSTGIS_VERSION master
220-
ENV POSTGIS_GIT_HASH b9f1e10befad02207cf87b46ef3f85591e25ee4c
220+
ENV POSTGIS_GIT_HASH f62924fafaa7b32cab0bf425837249bc123b10d0
221221

222222
RUN set -ex \
223223
&& apt-get update \
File renamed without changes.

15beta2-3.3.0beta2/alpine/Dockerfile renamed to 15beta2-3.3.0rc1/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM postgres:15beta2-alpine3.16
22

33
LABEL maintainer="PostGIS Project - https://postgis.net"
44

5-
ENV POSTGIS_VERSION 3.3.0beta2
6-
ENV POSTGIS_SHA256 6134085b57ffaf9c27888534cdc4234bc8eadf3ab1ff71ee8da4c4ff1828e8fb
5+
ENV POSTGIS_VERSION 3.3.0rc1
6+
ENV POSTGIS_SHA256 624e13b5da7c0a8d1def882b724d06e7715a579ea5587ecce76408aaafb8775f
77

88
RUN set -eux \
99
\
File renamed without changes.

0 commit comments

Comments
 (0)