FDW v2.1.3

This commit is contained in:
Puskar Basu
2025-09-24 13:01:48 +05:30
parent 36d28b9dd3
commit 1670b1b264

View File

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