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 Dockerfile is using ubuntu as the base image but not using any tag. By default, this will use the latest tag which can change at any time to a newer version of ubuntu which can cause the image to break if there are breaking changes.
Consider using a tagged base image like ubuntu:focal (Ubuntu 20.04)
The text was updated successfully, but these errors were encountered:
The Dockerfile is using
ubuntu
as the base image but not using any tag. By default, this will use thelatest
tag which can change at any time to a newer version of ubuntu which can cause the image to break if there are breaking changes.Consider using a tagged base image like
ubuntu:focal
(Ubuntu 20.04)The text was updated successfully, but these errors were encountered: