4e04bf9d22
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
11 lines
195 B
CUE
11 lines
195 B
CUE
package main
|
|
|
|
import "dagger.io/dagger/engine"
|
|
|
|
engine.#Plan & {
|
|
actions: fetch: engine.#HTTPFetch & {
|
|
source: "https://releases.dagger.io/dagger/latest_version"
|
|
dest: "/latest.html"
|
|
}
|
|
}
|