Skip to content

Commit a921cb9

Browse files
committed
fix: bump edge-runtime to 1.68.0-develop.13
1 parent f5b3db8 commit a921cb9

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
@@ -11,7 +11,7 @@ import (
1111
const (
1212
pg13 = "supabase/postgres:13.3.0"
1313
pg14 = "supabase/postgres:14.1.0.89"
14-
deno2 = "supabase/edge-runtime:v1.68.0-develop.12"
14+
deno2 = "supabase/edge-runtime:v1.68.0-develop.13"
1515
)
1616

1717
type images struct {

0 commit comments

Comments
 (0)