stdlib: updated alpine base image and fixed pkg dependencies in sub libs

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-04-14 14:06:51 -07:00
parent 8e5024db37
commit 5d22e9ed43
5 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ import (
"dagger.io/dagger/op" "dagger.io/dagger/op"
) )
let defaultVersion = "3.13.2@sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be" let defaultVersion = "3.13.5@sha256:69e70a79f2d41ab5d637de98c1e0b055206ba40a8145e7bddb55ccc04e13cf8f"
#Image: { #Image: {
package: [string]: true | false | string package: [string]: true | false | string

View File

@ -26,7 +26,7 @@ import (
"package": package "package": package
"package": bash: "=~5.1" "package": bash: "=~5.1"
"package": jq: "=~1.6" "package": jq: "=~1.6"
"package": curl: "=~7.74" "package": curl: "=~7.76"
"package": "aws-cli": "=~1.18" "package": "aws-cli": "=~1.18"
} }
}, },

View File

@ -20,9 +20,9 @@ import (
#up: [ #up: [
op.#Load & { op.#Load & {
from: alpine.#Image & { from: alpine.#Image & {
package: bash: "=5.1.0-r0" package: bash: "=~5.1"
package: jq: "=1.6-r1" package: jq: "=~1.6"
package: curl: "=7.74.0-r1" package: curl: "=~7.76"
} }
}, },
op.#WriteFile & { op.#WriteFile & {

View File

@ -47,7 +47,7 @@ import (
from: alpine.#Image & { from: alpine.#Image & {
package: bash: "=~5.1" package: bash: "=~5.1"
package: jq: "=~1.6" package: jq: "=~1.6"
package: curl: "=~7.74" package: curl: "=~7.76"
package: yarn: "=~1.22" package: yarn: "=~1.22"
} }
}, },

View File

@ -40,7 +40,7 @@ TestNetlify: {
op.#Load & { op.#Load & {
from: alpine.#Image & { from: alpine.#Image & {
package: bash: "=~5.1" package: bash: "=~5.1"
package: curl: "=~7.74" package: curl: "=~7.76"
} }
}, },
op.#Exec & { op.#Exec & {