Skip to content

Commit

Permalink
fix: bump PostgREST to 12.2.0 (#2462)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge authored Jun 27, 2024
1 parent 5f0f7a3 commit 6cdd2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
// Append to ServiceImages when adding new dependencies below
KongImage = "library/kong:2.8.1"
InbucketImage = "inbucket/inbucket:3.0.3"
PostgrestImage = "postgrest/postgrest:v12.0.1"
PostgrestImage = "postgrest/postgrest:v12.2.0"
DifferImage = "supabase/pgadmin-schema-diff:cli-0.0.5"
MigraImage = "supabase/migra:3.0.1663481299"
PgmetaImage = "supabase/postgres-meta:v0.80.0"
Expand Down

0 comments on commit 6cdd2b1

Please sign in to comment.