You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use herokuish image digest when computing the sha of the apt commands
Previously, we would take the herokuish image as is, meaning we would sometimes have stale base images when herokuish was upgraded. This new path avoids this by taking a sha of the base image, and then re-applying the apt commands as expected.
Closes#48
0 commit comments