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:
@@ -40,9 +40,9 @@ import (
|
||||
ctr: os.#Container & {
|
||||
image: alpine.#Image & {
|
||||
"package": package & {
|
||||
bash: "=~5.1"
|
||||
openjdk11: "=~11.0.9"
|
||||
maven: "=~3.6.3"
|
||||
bash: true
|
||||
openjdk11: true
|
||||
maven: true
|
||||
}
|
||||
}
|
||||
shell: path: "/bin/bash"
|
||||
|
@@ -32,7 +32,7 @@ TestSpringBoot: {
|
||||
|
||||
test: os.#Container & {
|
||||
image: alpine.#Image & {
|
||||
package: bash: "=5.1.0-r0"
|
||||
package: bash: true
|
||||
}
|
||||
copy: "/build": from: project.build
|
||||
command: """
|
||||
|
Reference in New Issue
Block a user