You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main use case is developing.
Of course, for production all unstable versions should be locked, but for developing it is better to upgrade dependencies automatically to use the latest version with the newest features.
One more point: template projects, documentation, etc. should not be modified any time new version is released.
Example: CosmWasm Docs contains outdated rust-optimizer version and may be easy fixed by using latest tag.
I see your point. However, we should discourage any sort of usage of this project without version pinning as this creates builds that are not reproducible. We should clarify this as part of #101.
Overview
Docker tag
latest
is useful as it is possible for scripts using the docker image to be always up-to-date.Problem
No
latest
tag found:Note
If it may happen that
latest
tag may be unstable, provide additionalstable
tag for marking container version tested by time.The text was updated successfully, but these errors were encountered: