Update import to new alpha version

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-06-25 13:39:30 +02:00
parent ae209ee090
commit e4ac04c98c
11 changed files with 23 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
package compose
import (
"dagger.io/alpine"
"alpha.dagger.io/alpine"
)
// A container image to run the docker-compose client

View File

@@ -2,8 +2,8 @@ package compose
import (
"strconv"
"dagger.io/dagger"
"dagger.io/docker"
"alpha.dagger.io/dagger"
"alpha.dagger.io/docker"
)
#Up: {