increased curl dependency, 7.76 was removed from alpine pkg repo

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-05-27 13:59:47 +02:00
parent b47512ba6e
commit dd17c48922
7 changed files with 7 additions and 7 deletions

View File

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

View File

@ -18,7 +18,7 @@ import (
"package": bash: "=~5.1"
"package": python3: "=~3.8"
"package": jq: "=~1.6"
"package": curl: "=~7.76"
"package": curl: "=~7.77"
}
},

View File

@ -22,7 +22,7 @@ import (
from: alpine.#Image & {
package: bash: "=~5.1"
package: jq: "=~1.6"
package: curl: "=~7.76"
package: curl: "=~7.77"
}
},
op.#WriteFile & {

View File

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

View File

@ -62,7 +62,7 @@ import (
package: {
bash: "=~5.1"
jq: "=~1.6"
curl: "=~7.76"
curl: "=~7.77"
yarn: "=~1.22"
}
}

View File

@ -28,7 +28,7 @@ TestImageVersion: {
TestPackageInstall: {
image: alpine.#Image & {
package: jq: true
package: curl: "=~7.76"
package: curl: "=~7.77"
version: "3.13"
}

View File

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