increased curl dependency, 7.76 was removed from alpine pkg repo

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-05-27 13:59:47 +02:00
parent b47512ba6e
commit dd17c48922
7 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ TestImageVersion: {
TestPackageInstall: {
image: alpine.#Image & {
package: jq: true
package: curl: "=~7.76"
package: curl: "=~7.77"
version: "3.13"
}