Skip to content

Commit e1d6082

Browse files
authored
fix: bump edge-runtime to 1.68.0-develop.18 (#3727)
1 parent 1773931 commit e1d6082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212
pg13 = "supabase/postgres:13.3.0"
1313
pg14 = "supabase/postgres:14.1.0.89"
1414
pg15 = "supabase/postgres:15.8.1.085"
15-
deno2 = "supabase/edge-runtime:v1.68.0-develop.14"
15+
deno2 = "supabase/edge-runtime:v1.68.0-develop.18"
1616
)
1717

1818
type images struct {

0 commit comments

Comments
 (0)