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
FROM busybox AS setup
FROM busybox AS dev
COPY --from=S
As we discovered in #133, build stage names are not case sensitive. Thus, Dockerfiles like the one above are valid and the setup build stage should be suggested.
The text was updated successfully, but these errors were encountered:
As we discovered in #133, build stage names are not case sensitive. Thus, Dockerfiles like the one above are valid and the
setup
build stage should be suggested.The text was updated successfully, but these errors were encountered: