aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Earthfile4
-rwxr-xr-xbun.lockbbin122930 -> 123730 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/Earthfile b/Earthfile
index 920fdd8c..29a1d4e7 100644
--- a/Earthfile
+++ b/Earthfile
@@ -1,6 +1,6 @@
VERSION 0.7
-FROM oven/bun:1.0.11
+FROM oven/bun:1.0.15
WORKDIR /due
@@ -67,7 +67,7 @@ build:
RUN mkdir data
RUN sqlite3 data/due_moe.sqlite3 < due_moe_schema.sql
- RUN bun --bun vite build
+ RUN bun --bun run vite build
SAVE IMAGE
diff --git a/bun.lockb b/bun.lockb
index c67f2b8a..a653b58c 100755
--- a/bun.lockb
+++ b/bun.lockb
Binary files differ