Synology Docker container jackett - invalid certificate

I am trying to download linunxserver/jackett on my Synology NAS, but having an issue. I tried using the docker application and although it works for other images, it gives a timeout for jackett. I then tried doing it via “docker run” on the command line (see below), but I am getting an indication that the certificate has expired… can anyone offer any guidance please?

docker run -d   --name=jackett   -e PUID=1000   -e PGID=1000   -e TZ=Europe/London   -p 9117:9117   -v docker/jackett:/config   --restart unless-stopped   lscr.io/linuxserver/jackett:latest
Unable to find image 'lscr.io/linuxserver/jackett:latest' locally
docker: Error response from daemon: Get "https://lscr.io/v2/": x509: certificate has expired or is not yet valid: current time 2022-08-25T00:12:44+01:00 is after 2021-09-30T14:01:15Z.

Looks like the problem is related to lscr.io ?
In the end I did docker pull linunxserver/jackett:latest and that added it to my list of available images quite happily.