aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-06 17:57:49 -0800
committerFuwn <[email protected]>2023-12-06 18:00:54 -0800
commit087b53118fb91263322e54f5647d055b0c51f26e (patch)
tree3254092ebed5af1e63af056087fd5ccd7e2bdf7a /Earthfile
parentci(earthly): bump bun (diff)
downloaddue.moe-087b53118fb91263322e54f5647d055b0c51f26e.tar.xz
due.moe-087b53118fb91263322e54f5647d055b0c51f26e.zip
ci(earthly): pin ignore and docker
Diffstat (limited to 'Earthfile')
-rw-r--r--Earthfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Earthfile b/Earthfile
index 29a1d4e7..ae455bb7 100644
--- a/Earthfile
+++ b/Earthfile
@@ -39,7 +39,7 @@ dev:
SAVE IMAGE fuwn/due-next-dev:latest
rundev:
- FROM docker:24.0.7-dind
+ FROM earthly/dind:alpine-3.18-docker-23.0.6-r7
WITH DOCKER --load +dev
RUN docker run --network=host \