Updated Postgres version for Docker [skip ci]

This commit is contained in:
Andrew Kane
2024-09-27 16:19:06 -07:00
parent 8a2eebd6a4
commit cf419f448b
2 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ dist:
git archive --format zip --prefix=$(EXTENSION)-$(EXTVERSION)/ --output dist/$(EXTENSION)-$(EXTVERSION).zip master
# for Docker
PG_MAJOR ?= 16
PG_MAJOR ?= 17
.PHONY: docker