LibrePhotos / librephotos-docker

You can find here the Dockerfiles for the automated build process of LibrePhotos.
MIT License
157 stars 101 forks source link

Use tags for services #6

Closed alexislefebvre closed 3 years ago

alexislefebvre commented 3 years ago

Without tags, pulling images later may pull new major releases with breaking change.

By using a tag, we ensure to stay on the same major release, with less risk of having breaking changes.