stdlib: relax stdlib requirements
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
16fe08ce58
commit
eaf897352a
@ -27,7 +27,7 @@ import (
|
||||
name: string
|
||||
|
||||
// Host the site at this address
|
||||
customDomain: string
|
||||
customDomain?: string
|
||||
|
||||
// Create the Netlify site if it doesn't exist?
|
||||
create: bool | *true
|
||||
@ -39,10 +39,10 @@ import (
|
||||
#dagger: compute: [
|
||||
dagger.#Load & {
|
||||
from: alpine.#Image & {
|
||||
package: bash: "=5.1.0-r0"
|
||||
package: jq: "=1.6-r1"
|
||||
package: curl: "=7.74.0-r0"
|
||||
package: yarn: "=1.22.10-r0"
|
||||
package: bash: "=~5.1"
|
||||
package: jq: "=~1.6"
|
||||
package: curl: "=~7.74"
|
||||
package: yarn: "=~1.22"
|
||||
}
|
||||
},
|
||||
dagger.#Exec & {
|
||||
|
@ -23,8 +23,8 @@ import (
|
||||
#dagger: compute: [
|
||||
dagger.#Load & {
|
||||
from: alpine.#Image & {
|
||||
package: bash: "=5.1.0-r0"
|
||||
package: yarn: "=1.22.10-r0"
|
||||
package: bash: "=~5.1"
|
||||
package: yarn: "=~1.22"
|
||||
}
|
||||
},
|
||||
dagger.#Exec & {
|
||||
|
Reference in New Issue
Block a user