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:
guillaume
2022-01-04 15:27:33 +01:00
parent 80a21cd6ea
commit bd4916873b
28 changed files with 70 additions and 70 deletions

View File

@@ -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