Skip to content

Commit

Permalink
fix: Add supabase/postgres:14.1.0 for config.json (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahsan2 authored Dec 4, 2021
1 parent 0e89692 commit ebdb28d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ func LoadConfig() {
"130003",
"130004":
DbImage = "supabase/postgres:13.3.0"
case
"140000",
"140001":
DbImage = "supabase/postgres:14.1.0"
default:
fmt.Fprintln(os.Stderr, "Failed reading config: Invalid dbVersion: "+DbVersion+".")
os.Exit(1)
Expand Down

0 comments on commit ebdb28d

Please sign in to comment.