Superseded by buildkit/UndefinedVar, which provides the same check with typo detection.
Do not refer to an undefined variable.
Superseded by buildkit/UndefinedVar, which provides the same check with typo detection.
FROM alpine
COPY $foo .
FROM alpine
ARG foo
COPY $foo .
Was this page helpful?