Skip to content

Commit

Permalink
fix: update image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Aug 7, 2022
1 parent c4a656b commit 4623b66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/utils/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ import (
// Update initial schemas in internal/utils/templates/initial_schemas when
// updating any one of these.
const (
GotrueImage = "supabase/gotrue:v2.6.18"
RealtimeImage = "supabase/realtime:v0.22.4"
StorageImage = "supabase/storage-api:v0.15.0"
GotrueImage = "supabase/gotrue:v2.10.3"
RealtimeImage = "supabase/realtime:v0.22.7"
StorageImage = "supabase/storage-api:v0.18.7"
)

const (
ShadowDbName = "supabase_shadow"
KongImage = "library/kong:2.1"
InbucketImage = "inbucket/inbucket:stable"
PostgrestImage = "postgrest/postgrest:v9.0.0.20220211"
PostgrestImage = "postgrest/postgrest:v9.0.1.20220802"
DifferImage = "supabase/pgadmin-schema-diff:cli-0.0.4"
PgmetaImage = "supabase/postgres-meta:v0.42.1"
// TODO: Hardcode version once provided upstream.
Expand Down

0 comments on commit 4623b66

Please sign in to comment.