mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-24 01:00:08 -04:00
Update FDW version to use 0.0.42
This commit is contained in:
@@ -19,7 +19,7 @@ const (
|
||||
// constants for installing db and fdw images
|
||||
const (
|
||||
DatabaseVersion = "12.1.0"
|
||||
FdwVersion = "0.0.42-rc.7"
|
||||
FdwVersion = "0.0.42"
|
||||
|
||||
// DefaultEmbeddedPostgresImage :: The 12.1.0 image uses the older jar format 12.1.0-v2 is the same version of postgres,
|
||||
// just packaged as gzipped tar files (consistent with oras, faster to unzip). Once everyone is
|
||||
|
||||
Reference in New Issue
Block a user