d7a805f42b
Signed-off-by: Solomon Hykes <solomon@dagger.io>
10 lines
178 B
CUE
10 lines
178 B
CUE
package testing
|
|
|
|
import "alpha.dagger.io/dagger/op"
|
|
|
|
#up: [
|
|
op.#FetchContainer & {
|
|
ref: "alpine@sha256:c6c7524e2111f22a9f7577211232d89a9e68cf5b9ed4a41ba77957c9771380a5"
|
|
},
|
|
]
|