github.com/docker/app@v0.9.1-beta3.0.20210611140623-a48f773ab002/e2e/testdata/cnab-without-status/cnab/build/Dockerfile (about) 1 ARG ALPINE_VERSION=3.11.5 2 3 FROM alpine:${ALPINE_VERSION} 4 5 COPY cnab/app/run /cnab/app/run 6 7 CMD /cnab/app/run