nickthecook / ops

The operations team for your project.
GNU General Public License v3.0
50 stars 1 forks source link

Apk dependencies don't always get installed #66

Closed Lost-in-Space closed 2 years ago

Lost-in-Space commented 2 years ago

Apk dependencies met check can match the wrong dependency causing some apk dependencies to not be installed

nickthecook commented 2 years ago

Fixed in 1.11.1.

apk dependency wasn't pinning its regex with ^ and $. Now it is.