FROM busybox
ARG APP_VERSION=1.0.0
RUN echo "building ${APP_VERSION}" > /version
RUN echo done > /done
