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:
@@ -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
|
||||
|
Reference in New Issue
Block a user