aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-06 17:43:37 -0800
committerFuwn <[email protected]>2023-12-06 17:43:37 -0800
commit03913a5d3dee5c8c0f3c4c4529ecbfac61667055 (patch)
treea6362313bfafbf358930f9aee2f4d8aba410d681 /Earthfile
parentci(earthly): add all (diff)
downloaddue.moe-03913a5d3dee5c8c0f3c4c4529ecbfac61667055.tar.xz
due.moe-03913a5d3dee5c8c0f3c4c4529ecbfac61667055.zip
ci(earthly): bump bun
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