We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db77af0 commit c78013eCopy full SHA for c78013e
Earthfile
@@ -1,7 +1,8 @@
1
VERSION --wildcard-builds 0.8
2
PROJECT FormanceHQ/ledger
3
4
-IMPORT github.com/formancehq/earthly:tags/v0.19.1 AS core
+ARG core=github.com/formancehq/earthly:main
5
+IMPORT $core AS core
6
7
FROM core+base-image
8
0 commit comments