Skip to content

Commit

Permalink
fix: mirror latest postgrest image
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Sep 18, 2023
1 parent 92f3942 commit c34c2ef
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 @@ -27,7 +27,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:v11.1.0"
PostgrestImage = "postgrest/postgrest:v11.2.0"
DifferImage = "supabase/pgadmin-schema-diff:cli-0.0.5"
MigraImage = "djrobstep/migra:3.0.1621480950"
PgmetaImage = "supabase/postgres-meta:v0.68.0"
Expand Down

0 comments on commit c34c2ef

Please sign in to comment.