Skip to content

Commit

Permalink
fix: app version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Dec 1, 2024
1 parent 443cafa commit dada2fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit dada2fa

Please sign in to comment.