Cannot check update from the docker version

Hi,

When running Pydio cells from the docker hub image, the updatte check failed :

Ts : 1536657192
Level : error
Logger : pydio.rest.update
Msg : Rest Error 500 - {“id”:"",“code”:0,“detail”:“Post https://updatecells.pydio.com/a/update-server/: x509: failed to load system roots and no roots provided”,“status”:""}
UserName : admin
UserUuid : 69f14ad0-b4ec-11e8-bc26-02420aff0013
GroupPath : /
RemoteAddress :
UserAgent : Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36
HttpProtocol : HTTP/1.1
SpanUuid : e8b3ad84-b5a2-11e8-97f6-02420aff0020
HasChildren : true

Maybe something is missing in the image for handling https in the request ?

https is disabled in the enviromment.

fragment from the docker-compose file

environment:
  - CELLS_BIND=0.0.0.0:8080
  - CELLS_EXTERNAL=#######
  - CELLS_NO_SSL=1
  - PYDIO_LOGS_LEVEL=production

Hi,
one of the easiest way would be to get our latest updated docker image and just rerun it,
if you used the volumes to have persistent data you should be good.

We will take a look at to why cells on containers cannot update.

Now it works with version 1.2.5