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
ENV ver=latest
FROM busybox:$ver
ARG ver
RUN echo $ver
Although this Dockerfile doesn't make much sense and won't actually build, we shouldn't resolve the $ver variable to latest since it's not an ARG that's defining the variable.
Although this Dockerfile doesn't make much sense and won't actually build, we shouldn't resolve the
$ver
variable tolatest
since it's not anARG
that's defining the variable.The text was updated successfully, but these errors were encountered: