fix: pin bun to 1.3.11 in Dockerfiles, fix husky CI crash, fix workspace:* npm compat
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM oven/bun:latest AS base
|
||||
FROM oven/bun:1.3.11 AS base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user