File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ IMAGE_PATH ?= cybertec-pg-container
88PGVERSION ?= 17
99PGVERSION_FULL ?= 17.4
1010OLD_PG_VERSIONS ?= 13 14 15 16
11- PATRONI_VERSION ?= multisite-4.0.2 .1
11+ PATRONI_VERSION ?= multisite-4.0.5 .1
1212PGBACKREST_VERSION ?= 2.54.2
13- POSTGIS_VERSION ?= 34
14- ETCD_VERSION ?= 3.5.18
13+ POSTGIS_VERSION ?= 35
14+ ETCD_VERSION ?= 3.5.21
1515PGBOUNCER_VERSION ?= 1.24
16- PGVECTOR ?= v0.8.0
1716PACKAGER ?= dnf
1817BUILD ?= 1
1918ARCH ?= amd64
@@ -88,7 +87,6 @@ postgres-build:
8887 --build-arg PGVERSION=$(PGVERSION ) \
8988 --build-arg ETCD_VERSION=$(ETCD_VERSION ) \
9089 --build-arg PGVERSION=$(PGVERSION ) \
91- --build-arg PGVECTOR=$(PGVECTOR ) \
9290 --build-arg ARCH=$(ARCH )
9391
9492postgres : postgres-build
@@ -110,7 +108,6 @@ postgres-gis-build:
110108 --build-arg PGVERSION=$(PGVERSION ) \
111109 --build-arg POSTGIS_VERSION=$(POSTGIS_VERSION ) \
112110 --build-arg ETCD_VERSION=$(ETCD_VERSION ) \
113- --build-arg PGVECTOR=$(PGVECTOR ) \
114111 --build-arg ARCH=$(ARCH )
115112
116113postgres-gis : postgres-gis-build
You can’t perform that action at this time.
0 commit comments