Support angles docker images latest tags
ruescar opened this issue · 1 comments
ruescar commented
It would be useful to use latest
tag by default for angles and angles-ui images in compose file, in case you want to modify and rebuild locally those images:
image: angleshq/angles:${ANGLES_VERSION:-latest}
image: angleshq/angles-ui:${ANGLES_VERSION:-latest}
And also create latest
tag in Docker Hub.
snevesbarros commented
done :)