modify default (#2856)

This commit is contained in:
pablodanswer
2024-10-19 12:12:42 -07:00
committed by GitHub
parent 2c77ad2aab
commit ee1cb084ac
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ Edition features outside of personal development or testing purposes. Please rea
founders@danswer.ai for more information. Please visit https://github.com/danswer-ai/danswer"
# Default DANSWER_VERSION, typically overriden during builds by GitHub Actions.
ARG DANSWER_VERSION=0.3-dev
ARG DANSWER_VERSION=0.8-dev
ENV DANSWER_VERSION=${DANSWER_VERSION}
RUN echo "DANSWER_VERSION: ${DANSWER_VERSION}"