Skip to content

Commit f5b3db8

Browse files
authored
fix: bump deno2 to use latest develop release (#3384)
1 parent 55f1394 commit f5b3db8

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.8"
14+
deno2 = "supabase/edge-runtime:v1.68.0-develop.12"
1515
)
1616

1717
type images struct {

0 commit comments

Comments
 (0)