Description
You can never rely that thelatest tag is a specific version. Pin the version explicitly to a release tag to ensure reproducible builds.
Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag.
latest tag is a specific version. Pin the version explicitly to a release tag to ensure reproducible builds.