From 581eeae3052a9a4c5159a49cec665eb5fd6affe6 Mon Sep 17 00:00:00 2001 From: YuWei Chou Date: Tue, 5 Oct 2021 10:08:57 +0800 Subject: [PATCH] Add tag 1.9.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61cbcd1f..f0242203 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.9.1" > git_tag +RUN echo "V1.9.2" > 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"]