In Dockerfiles you can also use `COPY --from=$image` to copy files from another image. We should pin those too.
In Dockerfiles you can also use
COPY --from=$imageto copy files from another image. We should pin those too.