mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-28 02:24:47 -07:00
The base golang image ships with some packages pre-installed, but they're not necessarily the latest. If we try to add a package that (transitively) depends on one of the existing ones, it'll fail if it's expecting a newer version. To address this, simply `apk upgrade` before trying to `apk add`. Closes #2071
1.5 KiB
1.5 KiB