Skip to content

Commit

Permalink
doc (dockerfile): add tag V1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
demoyuw committed Sep 28, 2021
1 parent 0f2380b commit 6f6ea4e
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 @@ -6,7 +6,7 @@ RUN git rev-parse HEAD > git_commit
#RUN if [ -z "$LOCAL_BRANCH" ] ; then git remote add origin https://github.com/iii-org/devops-system.git; fi
#RUN if [ -z "$LOCAL_BRANCH" ] ; then git fetch origin master:master ; fi
#RUN git describe --tags `git rev-list --tags --max-count=1` > git_tag
RUN echo "V1.8.1" > git_tag
RUN echo "V1.9.0" > git_tag
RUN git log -1 --date=iso8601 --format="%ad" > git_date
RUN pip install --no-cache-dir -r requirements.txt
#CMD [ "python", "apis/api.py"]
Expand Down

0 comments on commit 6f6ea4e

Please sign in to comment.