Skip to content

Commit c78013e

Browse files
authored
feat: devenvs (#985)
1 parent db77af0 commit c78013e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Earthfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
VERSION --wildcard-builds 0.8
22
PROJECT FormanceHQ/ledger
33

4-
IMPORT github.com/formancehq/earthly:tags/v0.19.1 AS core
4+
ARG core=github.com/formancehq/earthly:main
5+
IMPORT $core AS core
56

67
FROM core+base-image
78

0 commit comments

Comments
 (0)