MISP / x_old_misp_docker

MISP Docker (XME edition)
283 stars 167 forks source link

MiSP dockerized fails with automatic update #56

Open thanosa75 opened 5 years ago

thanosa75 commented 5 years ago

It appears that the update feature of MiSP in the misp-docker containers is broken.

Error appears on the UI as below:

misp autoupdate screen

It is traced to the following line in the docker container script: https://github.com/MISP/misp-docker/blob/6cdefed757ade8bac0cf989301fde1ebb104ecef/web/Dockerfile#L52

branch command returns:

root@misp:/var/www/MISP# git branch
* (HEAD detached at v2.4.116)
  2.4

Thanks in advance