diff options
| author | Fuwn <[email protected]> | 2023-12-06 17:57:49 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-06 18:00:54 -0800 |
| commit | 087b53118fb91263322e54f5647d055b0c51f26e (patch) | |
| tree | 3254092ebed5af1e63af056087fd5ccd7e2bdf7a /Earthfile | |
| parent | ci(earthly): bump bun (diff) | |
| download | due.moe-087b53118fb91263322e54f5647d055b0c51f26e.tar.xz due.moe-087b53118fb91263322e54f5647d055b0c51f26e.zip | |
ci(earthly): pin ignore and docker
Diffstat (limited to 'Earthfile')
| -rw-r--r-- | Earthfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |