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:
@@ -27,8 +27,8 @@ import (
|
||||
ctr: os.#Container & {
|
||||
image: alpine.#Image & {
|
||||
package: curl: true
|
||||
package: bash: "=5.1.0-r0"
|
||||
package: jq: "~=1.6"
|
||||
package: bash: true
|
||||
package: jq: true
|
||||
}
|
||||
shell: path: "/bin/bash"
|
||||
always: true
|
||||
@@ -109,7 +109,7 @@ import (
|
||||
#up: [
|
||||
op.#Load & {
|
||||
from: alpine.#Image & {
|
||||
package: bash: "=~5.1"
|
||||
package: bash: true
|
||||
package: curl: true
|
||||
}
|
||||
},
|
||||
|
||||
@@ -28,7 +28,7 @@ Testhealth: #Wait & {
|
||||
|
||||
TestWait: query: os.#Container & {
|
||||
image: alpine.#Image & {
|
||||
package: bash: "=~5.1"
|
||||
package: bash: true
|
||||
package: curl: true
|
||||
}
|
||||
command: #"""
|
||||
@@ -44,7 +44,7 @@ TestRequest: {
|
||||
|
||||
testRaw: os.#Container & {
|
||||
image: alpine.#Image & {
|
||||
package: jq: "~=1.6"
|
||||
package: jq: true
|
||||
package: bash: true
|
||||
}
|
||||
env: STATUS: "\(req.response.statusCode)"
|
||||
|
||||
Reference in New Issue
Block a user