stdlib: updated alpine base image and fixed pkg dependencies in sub libs

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-04-14 14:06:51 -07:00
parent 8e5024db37
commit 5d22e9ed43
5 changed files with 7 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ import (
from: alpine.#Image & {
package: bash: "=~5.1"
package: jq: "=~1.6"
package: curl: "=~7.74"
package: curl: "=~7.76"
package: yarn: "=~1.22"
}
},