docker-grav
docker-grav copied to clipboard
gpm self-upgrade fails, permission denied
Hi
Trying to upgrade to the latest version of Grav but unable to due so due to an 'invalid AJAX response' in the web ui.
Tried it in the terminal and am having problems there too.
I used apk update; apk upgrade and had no issues there.
I can't copy any paste from the virtual machine sorry, so here's a screen shot.
Thanks
I think that's not a bug... The owner of the grav system files is not the user used for login. So you can't update the grav installation in the docker image. You've to create a new docker image with the grav version set correctly in Dockerfile.
kolbma, you mean one should clone the respository and change the Dockerfile to rebuild a docker image correct?