Skip to content

Commit

Permalink
fix(storage): update default storage version to 1.11.13 (#2743)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge authored Oct 9, 2024
1 parent 6fb25bc commit dd8ee93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/db/start/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ func initStorageJob(host string) utils.DockerJob {
fmt.Sprintf("DATABASE_URL=postgresql://supabase_storage_admin:%s@%s:5432/postgres", utils.Config.Db.Password, host),
fmt.Sprintf("FILE_SIZE_LIMIT=%v", utils.Config.Storage.FileSizeLimit),
"STORAGE_BACKEND=file",
"STORAGE_FILE_BACKEND_PATH=/mnt",
"TENANT_ID=stub",
// TODO: https://github.com/supabase/storage-api/issues/55
"REGION=stub",
Expand Down
2 changes: 1 addition & 1 deletion pkg/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
supavisorImage = "supabase/supavisor:1.1.56"
gotrueImage = "supabase/gotrue:v2.158.1"
realtimeImage = "supabase/realtime:v2.30.34"
storageImage = "supabase/storage-api:v1.10.1"
storageImage = "supabase/storage-api:v1.11.13"
logflareImage = "supabase/logflare:1.4.0"
// Append to JobImages when adding new dependencies below
DifferImage = "supabase/pgadmin-schema-diff:cli-0.0.5"
Expand Down

0 comments on commit dd8ee93

Please sign in to comment.