File tree Expand file tree Collapse file tree 13 files changed +24
-24
lines changed Expand file tree Collapse file tree 13 files changed +24
-24
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ RUN set -ex \
8282
8383# proj
8484ENV PROJ_VERSION master
85- ENV PROJ_GIT_HASH 19058f05df14b4a747c298473d0787235c108293
85+ ENV PROJ_GIT_HASH a390c57ab5998154535d7ffbc7de04aad2a73910
8686
8787RUN set -ex \
8888 && cd /usr/src \
@@ -114,7 +114,7 @@ RUN set -ex \
114114
115115# geos
116116ENV GEOS_VERSION master
117- ENV GEOS_GIT_HASH 5c7b2b5c5ef77ee991f3637c9a70975a0c5f0ee8
117+ ENV GEOS_GIT_HASH 2544c1bed761fc235f3435a900c9e0d5b6115de8
118118
119119RUN set -ex \
120120 && cd /usr/src \
@@ -197,8 +197,8 @@ RUN set -ex \
197197COPY --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
202202ENV 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
219219ENV POSTGIS_VERSION master
220- ENV POSTGIS_GIT_HASH 0903120772c9017f99c51c4b83b606be14e148b7
220+ ENV POSTGIS_GIT_HASH a887aab94446e935112c645ef94027cf28373056
221221
222222RUN set -ex \
223223 && apt-get update \
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FROM postgres:14-alpine3.16
22
33LABEL 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
88RUN set -eux \
99 \
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ RUN set -ex \
8282
8383# proj
8484ENV PROJ_VERSION master
85- ENV PROJ_GIT_HASH 19058f05df14b4a747c298473d0787235c108293
85+ ENV PROJ_GIT_HASH a390c57ab5998154535d7ffbc7de04aad2a73910
8686
8787RUN set -ex \
8888 && cd /usr/src \
@@ -114,7 +114,7 @@ RUN set -ex \
114114
115115# geos
116116ENV GEOS_VERSION master
117- ENV GEOS_GIT_HASH 5c7b2b5c5ef77ee991f3637c9a70975a0c5f0ee8
117+ ENV GEOS_GIT_HASH 2544c1bed761fc235f3435a900c9e0d5b6115de8
118118
119119RUN set -ex \
120120 && cd /usr/src \
@@ -197,8 +197,8 @@ RUN set -ex \
197197COPY --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
202202ENV 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
219219ENV POSTGIS_VERSION master
220- ENV POSTGIS_GIT_HASH 0903120772c9017f99c51c4b83b606be14e148b7
220+ ENV POSTGIS_GIT_HASH a887aab94446e935112c645ef94027cf28373056
221221
222222RUN set -ex \
223223 && apt-get update \
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ FROM postgres:15beta2-alpine3.16
22
33LABEL 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
88RUN set -eux \
99 \
File renamed without changes.
You can’t perform that action at this time.
0 commit comments