bumped bundled tabby

This commit is contained in:
Eugene Pankov
2022-11-07 18:58:41 +01:00
parent 99264d2bfc
commit c70ed34482

View File

@@ -36,7 +36,7 @@ COPY backend/manage.py backend/gunicorn.conf.py ./
COPY backend/tabby tabby
COPY --from=frontend /app/build /frontend
ARG BUNDLED_TABBY=1.0.163
ARG BUNDLED_TABBY=1.0.187-nightly.1
RUN FRONTEND_BUILD_DIR=/frontend /venv/*/bin/python ./manage.py collectstatic --noinput
RUN FRONTEND_BUILD_DIR=/frontend /venv/*/bin/python ./manage.py add_version ${BUNDLED_TABBY}