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:
parent
b47512ba6e
commit
dd17c48922
@ -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.76"
|
"package": curl: "=~7.77"
|
||||||
"package": "aws-cli": "=~1.18"
|
"package": "aws-cli": "=~1.18"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -18,7 +18,7 @@ import (
|
|||||||
"package": bash: "=~5.1"
|
"package": bash: "=~5.1"
|
||||||
"package": python3: "=~3.8"
|
"package": python3: "=~3.8"
|
||||||
"package": jq: "=~1.6"
|
"package": jq: "=~1.6"
|
||||||
"package": curl: "=~7.76"
|
"package": curl: "=~7.77"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -22,7 +22,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.76"
|
package: curl: "=~7.77"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
op.#WriteFile & {
|
op.#WriteFile & {
|
||||||
|
@ -21,7 +21,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.76"
|
package: curl: "=~7.77"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ import (
|
|||||||
package: {
|
package: {
|
||||||
bash: "=~5.1"
|
bash: "=~5.1"
|
||||||
jq: "=~1.6"
|
jq: "=~1.6"
|
||||||
curl: "=~7.76"
|
curl: "=~7.77"
|
||||||
yarn: "=~1.22"
|
yarn: "=~1.22"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -28,7 +28,7 @@ TestImageVersion: {
|
|||||||
TestPackageInstall: {
|
TestPackageInstall: {
|
||||||
image: alpine.#Image & {
|
image: alpine.#Image & {
|
||||||
package: jq: true
|
package: jq: true
|
||||||
package: curl: "=~7.76"
|
package: curl: "=~7.77"
|
||||||
version: "3.13"
|
version: "3.13"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ TestNetlify: {
|
|||||||
op.#Load & {
|
op.#Load & {
|
||||||
from: alpine.#Image & {
|
from: alpine.#Image & {
|
||||||
package: bash: "=~5.1"
|
package: bash: "=~5.1"
|
||||||
package: curl: "=~7.76"
|
package: curl: "=~7.77"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
op.#Exec & {
|
op.#Exec & {
|
||||||
|
Reference in New Issue
Block a user