Skip to content

Commit

Permalink
release 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Webster committed Aug 2, 2022
1 parent 18747d9 commit c693fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY package*.json ./
COPY yarn.lock ./
RUN yarn install
COPY . .
RUN git rev-parse HEAD > git_commit && echo "1.20.0-dev" > git_tag && git log -1 --date=iso8601 --format="%ad" > git_date
RUN git rev-parse HEAD > git_commit && echo "1.19.1" > git_tag && git log -1 --date=iso8601 --format="%ad" > git_date
RUN echo -e "\nVUE_APP_COMMIT='$(cat git_commit)'\nVUE_APP_TAG='$(cat git_tag)'\nVUE_APP_DATE='$(cat git_date)'" >> .env.production
RUN yarn run build:prod

Expand Down

0 comments on commit c693fc4

Please sign in to comment.