stdlib: improved Docker package

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes
2021-04-06 21:20:21 +00:00
parent d522fc3396
commit 647e4c898b
7 changed files with 49 additions and 122 deletions

View File

@@ -9,6 +9,6 @@ import (
source: dagger.#Artifact
// Container image
container: docker.#Build & {
container: docker.#ImageFromSource & {
"source": source
}