File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,16 @@ const (
38
38
MigraImage = "djrobstep/migra:3.0.1621480950"
39
39
PgmetaImage = "supabase/postgres-meta:v0.60.7"
40
40
StudioImage = "supabase/studio:20230216-e731b77"
41
- DenoRelayImage = "supabase/deno-relay:v1.5 .0"
41
+ DenoRelayImage = "supabase/deno-relay:v1.6 .0"
42
42
ImageProxyImage = "darthsim/imgproxy:v3.8.0"
43
- EdgeRuntimeImage = "supabase/edge-runtime:v1.0.20 "
43
+ EdgeRuntimeImage = "supabase/edge-runtime:v1.1.1 "
44
44
// Update initial schemas in internal/utils/templates/initial_schemas when
45
45
// updating any one of these.
46
46
GotrueImage = "supabase/gotrue:v2.40.1"
47
47
RealtimeImage = "supabase/realtime:v2.5.1"
48
48
StorageImage = "supabase/storage-api:v0.26.1"
49
49
// Should be kept in-sync with DenoRelayImage
50
- DenoVersion = "1.28.0 "
50
+ DenoVersion = "1.30.3 "
51
51
)
52
52
53
53
var ServiceImages = []string {
You can’t perform that action at this time.
0 commit comments