Skip to content

Commit 2b6d88f

Browse files
authored
update to PostGIS 3.3.0beta1 (#302)
1 parent ad03663 commit 2b6d88f

File tree

13 files changed

+24
-24
lines changed

13 files changed

+24
-24
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
postgis: master
3434
variant: default
3535
- postgres: 14
36-
postgis: '3.3.0alpha1'
36+
postgis: '3.3.0beta1'
3737
variant: alpine
3838
- postgres: '15beta2'
39-
postgis: '3.3.0alpha1'
39+
postgis: '3.3.0beta1'
4040
variant: alpine
4141
- postgres: '15beta2'
4242
postgis: master

13-master/Dockerfile

Lines changed: 5 additions & 5 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 19058f05df14b4a747c298473d0787235c108293
85+
ENV PROJ_GIT_HASH a390c57ab5998154535d7ffbc7de04aad2a73910
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 5c7b2b5c5ef77ee991f3637c9a70975a0c5f0ee8
117+
ENV GEOS_GIT_HASH 2544c1bed761fc235f3435a900c9e0d5b6115de8
118118

119119
RUN set -ex \
120120
&& cd /usr/src \
@@ -197,8 +197,8 @@ RUN set -ex \
197197
COPY --from=builder /usr/local /usr/local
198198

199199
#ENV SFCGAL_GIT_HASH cc4e1c1b2ac1be65fd738685137eb0d417a1599d
200-
ENV PROJ_GIT_HASH 19058f05df14b4a747c298473d0787235c108293
201-
ENV GEOS_GIT_HASH 5c7b2b5c5ef77ee991f3637c9a70975a0c5f0ee8
200+
ENV PROJ_GIT_HASH a390c57ab5998154535d7ffbc7de04aad2a73910
201+
ENV GEOS_GIT_HASH 2544c1bed761fc235f3435a900c9e0d5b6115de8
202202
ENV GDAL_GIT_HASH 104e1747748d204e8aff1945464a24b1f8c94c90
203203

204204
# Minimal command line test.
@@ -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 0903120772c9017f99c51c4b83b606be14e148b7
220+
ENV POSTGIS_GIT_HASH a887aab94446e935112c645ef94027cf28373056
221221

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

14-3.3.0alpha1/alpine/Dockerfile renamed to 14-3.3.0beta1/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.0alpha1
6-
ENV POSTGIS_SHA256 ee4fd391ed869b5d486485435677dd9ef2502d81a1992adb63260134c8bf0d9a
5+
ENV POSTGIS_VERSION 3.3.0beta1
6+
ENV POSTGIS_SHA256 256807c72bae89ea955b5a5d56fa01b96982608c8aaa11903ea239376b0833e8
77

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

14-master/Dockerfile

Lines changed: 5 additions & 5 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 19058f05df14b4a747c298473d0787235c108293
85+
ENV PROJ_GIT_HASH a390c57ab5998154535d7ffbc7de04aad2a73910
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 5c7b2b5c5ef77ee991f3637c9a70975a0c5f0ee8
117+
ENV GEOS_GIT_HASH 2544c1bed761fc235f3435a900c9e0d5b6115de8
118118

119119
RUN set -ex \
120120
&& cd /usr/src \
@@ -197,8 +197,8 @@ RUN set -ex \
197197
COPY --from=builder /usr/local /usr/local
198198

199199
#ENV SFCGAL_GIT_HASH cc4e1c1b2ac1be65fd738685137eb0d417a1599d
200-
ENV PROJ_GIT_HASH 19058f05df14b4a747c298473d0787235c108293
201-
ENV GEOS_GIT_HASH 5c7b2b5c5ef77ee991f3637c9a70975a0c5f0ee8
200+
ENV PROJ_GIT_HASH a390c57ab5998154535d7ffbc7de04aad2a73910
201+
ENV GEOS_GIT_HASH 2544c1bed761fc235f3435a900c9e0d5b6115de8
202202
ENV GDAL_GIT_HASH 104e1747748d204e8aff1945464a24b1f8c94c90
203203

204204
# Minimal command line test.
@@ -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 0903120772c9017f99c51c4b83b606be14e148b7
220+
ENV POSTGIS_GIT_HASH a887aab94446e935112c645ef94027cf28373056
221221

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

15beta2-3.3.0alpha1/alpine/Dockerfile renamed to 15beta2-3.3.0beta1/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.0alpha1
6-
ENV POSTGIS_SHA256 ee4fd391ed869b5d486485435677dd9ef2502d81a1992adb63260134c8bf0d9a
5+
ENV POSTGIS_VERSION 3.3.0beta1
6+
ENV POSTGIS_SHA256 256807c72bae89ea955b5a5d56fa01b96982608c8aaa11903ea239376b0833e8
77

88
RUN set -eux \
99
\

0 commit comments

Comments
 (0)