Skip to content

Commit

Permalink
fix: update images
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Dec 9, 2021
1 parent 90a8eae commit ea41e84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions internal/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ const (
ShadowDbName = "supabase_shadow"
PgbouncerImage = "edoburu/pgbouncer:1.15.0"
KongImage = "library/kong:2.1"
GotrueImage = "supabase/gotrue:v2.2.6"
GotrueImage = "supabase/gotrue:v2.2.11"
InbucketImage = "inbucket/inbucket:stable"
RealtimeImage = "supabase/realtime:v0.19.0"
PostgrestImage = "postgrest/postgrest:v8.0.0"
StorageImage = "supabase/storage-api:v0.9.3"
RealtimeImage = "supabase/realtime:v0.19.3"
PostgrestImage = "postgrest/postgrest:v9.0.0"
StorageImage = "supabase/storage-api:v0.10.0"
DifferImage = "supabase/pgadmin-schema-diff:cli-0.0.4"
PgmetaImage = "supabase/postgres-meta:v0.28.0"
PgmetaImage = "supabase/postgres-meta:v0.29.0"
// TODO: Hardcode version once provided upstream.
StudioImage = "supabase/studio:latest"

Expand Down

0 comments on commit ea41e84

Please sign in to comment.