Port packages to latest versions + update netlify to latest CLI version + update aws to latest version
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
@@ -61,14 +61,14 @@ import (
|
||||
ctr: os.#Container & {
|
||||
image: alpine.#Image & {
|
||||
package: {
|
||||
bash: "=~5.1"
|
||||
jq: "=~1.6"
|
||||
bash: true
|
||||
jq: true
|
||||
curl: true
|
||||
yarn: "=~1.22"
|
||||
yarn: true
|
||||
}
|
||||
}
|
||||
setup: [
|
||||
"yarn global add netlify-cli@3.38.10",
|
||||
"yarn global add netlify-cli@8.6.1",
|
||||
]
|
||||
// set in netlify.sh.cue
|
||||
// FIXME: use embedding once cue supports it
|
||||
|
Reference in New Issue
Block a user