aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-07 04:26:37 -0800
committerFuwn <[email protected]>2023-12-07 04:26:37 -0800
commite9483e48932ce907703f4fdfbe3b36b837c80ed4 (patch)
treea9873e0272258d1bdf81942f29ab9852a7265a85
parentci(earthly): push (diff)
downloaddue.moe-e9483e48932ce907703f4fdfbe3b36b837c80ed4.tar.xz
due.moe-e9483e48932ce907703f4fdfbe3b36b837c80ed4.zip
ci(earthly): don't pin docker
-rw-r--r--Earthfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Earthfile b/Earthfile
index 4775d77e..16fecad5 100644
--- a/Earthfile
+++ b/Earthfile
@@ -34,7 +34,7 @@ dev:
SAVE IMAGE fuwn/due-next-dev:latest
rundev:
- FROM earthly/dind:alpine-3.18-docker-23.0.6-r7
+ FROM earthly/dind:alpine
WITH DOCKER --load +dev
RUN docker run --network=host \