aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
Diffstat (limited to 'Earthfile')
-rw-r--r--Earthfile4
1 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