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

@@ -15,7 +15,7 @@ TestReact: {
test: os.#Container & {
image: alpine.#Image & {
package: bash: "=5.1.0-r0"
package: bash: true
}
mount: "/build": from: pkg.build
command: """
@@ -42,7 +42,7 @@ TestSecretsAndFile: {
test: os.#Container & {
image: alpine.#Image & {
package: bash: "=5.1.0-r0"
package: bash: true
}
shell: path: "/bin/bash"
mount: "/build": from: pkg.build

View File

@@ -53,8 +53,8 @@ import (
ctr: os.#Container & {
image: alpine.#Image & {
"package": package & {
bash: "=~5.1"
yarn: "=~1.22"
bash: true
yarn: true
}
}
shell: path: "/bin/bash"