msztolcman/sendria

[Feature Request] :latest tag for docker registry

frostfire64 opened this issue · 1 comments

I tend to run my dev environments on docker and use docker-compose to manage them. I was surprised that the :latest tag was missing from the docker registry, adding it would be great to keep sendria up to date with every release by updating the docker image .

amenk commented

The

$ docker run -p 1025:1025 -p 1080:1080 msztolcman/sendria

from the README does not work, so this works:

$ docker run -p 1025:1025 -p 1080:1080 msztolcman/sendria:v2.2.2.0

Yes, a latest tag would be great :-)