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
It uses the configured DOKKU_IMAGE as part of it's sha generation, which if you're just using latest, it will appear to never use a newer version. It should probably resolve that image's sha256 digest instead.
Would you be willing to make a PR for this? The code for this would be somewhere around this: 09575a5
Hi,
I used
dokku-update
and was a little bit confused thatdokku-apt
uses the old application image.How I have recognized that? I saw the following message while
dokku-update
has rebuild my app:-----> Compatible extended app image found, skipping system package installation
I updated from
dokku:0.29.4
todokku:0.30.2
herokuish:0.5.40
toherokuish:0.5.41
My
apt-packages
file didn't change and it seems thatdokku-apt
only considers it's own files for theCONTENT_SHA
.dokku-apt/builder-create-dokku-image
Line 27 in 3d611d3
dokku-apt/internal-functions
Line 22 in 236a972
Is it on purpose, that I have to use
docker
to delete the cache image manually... or can you suggest a better solution for that issue?The text was updated successfully, but these errors were encountered: