pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

When will the pyupio/safety:latest Docker image be updated to latest version? #333

Open pzelnip opened 3 years ago

pzelnip commented 3 years ago

Description

Safety 1.10.1 is now out, but it appears that the pyupio/safety:latest Docker image on Dockerhub is still 1.9.0:

$ docker run --rm pyupio/safety safety --version
Unable to find image 'pyupio/safety:latest' locally
latest: Pulling from pyupio/safety
6ec7b7d162b2: Pull complete 
80ff6536d04b: Pull complete 
0371261f6d81: Pull complete 
51dcc7f0b98f: Pull complete 
f7da8c5f5270: Pull complete 
a3fa580b2b50: Pull complete 
Digest: sha256:c0b61ce5be48a2189d706b6768042933a2d3d952747c08311348514df44ee623
Status: Downloaded newer image for pyupio/safety:latest
safety, version 1.9.0

When will the image on Dockerhub be updated with v1.10?