stefanprodan / hrval-action

Flux Helm Release validation GitHub action
Apache License 2.0
60 stars 44 forks source link

ERROR: unsatisfiable constraints When building docker image #51

Closed maorgoldberg closed 3 years ago

maorgoldberg commented 3 years ago

During the action while building the Docker image an error is received when reaching the apk line. ERROR: unsatisfiable constraints: curl-7.67.0-r2: breaks: world[curl=7.67.0-r1]

Updating curl=7.67.0-r1 to curl=7.67.0-r2 fixes this issue.

maorgoldberg commented 3 years ago

52 Opened pull request to fix issue

maorgoldberg commented 3 years ago

Fixed with #52 and #53