Skip to content

Commit a7e7d9e

Browse files
committed
Fix PostgreSQL version: use 17.7 (latest available)
1 parent c60447c commit a7e7d9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.pg_lake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Uses Debian base with PostgreSQL built from source (required for pg_lake internal headers)
33
# Multi-stage build - all toolchains discarded, only artifacts kept
44

5-
ARG PG_VERSION=17.2
5+
ARG PG_VERSION=17.7
66
ARG PGVECTOR_VERSION=0.8.0
77
ARG POSTGIS_VERSION=3.5.1
88
ARG PG_TEXTSEARCH_VERSION=0.2.0

0 commit comments

Comments
 (0)