diff --git a/Dockerfile b/Dockerfile index a6571da..f73a0a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,11 @@ RUN set -ex; \ FROM vendor +ARG VERSION +ARG REVISION + +RUN echo "$VERSION (${REVISION:0:7})" > /var/www/.version + # Needed for splitting CSVs RUN set -ex; \ apk add --no-cache \