Update FDW version to 2.1.4

This commit is contained in:
Puskar Basu
2025-11-20 12:50:55 +05:30
parent ee7be518a7
commit d5879c5a69

View File

@@ -28,7 +28,7 @@ const (
// constants for installing db and fdw images
const (
DatabaseVersion = "14.19.0"
FdwVersion = "2.1.3"
FdwVersion = "2.1.4"
// PostgresImageRef is the OCI Image ref for the database binaries
PostgresImageRef = "ghcr.io/turbot/steampipe/db:14.19.0"