test trivy
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-02-06 09:49:55 +01:00
parent 56ed58b6d4
commit d535fe3743
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ WORKDIR ${APP_DIR}
RUN \ RUN \
apk add --no-cache build-base libpq-dev && \ apk add --no-cache build-base libpq-dev && \
pip install --upgrade pip && \
pip install -r requirements.txt && \ pip install -r requirements.txt && \
if [ "${VERSION_ID2}" != "" ]; then VERSION_ID=${VERSION_ID2}; else VERSION_ID=${VERSION_ID1}; fi && \ if [ "${VERSION_ID2}" != "" ]; then VERSION_ID=${VERSION_ID2}; else VERSION_ID=${VERSION_ID1}; fi && \
sed -i -e 's/VERSION_ID/'$VERSION_ID'/' ${APP_DIR}/templates/index.html && \ sed -i -e 's/VERSION_ID/'$VERSION_ID'/' ${APP_DIR}/templates/index.html && \

View File

@ -19,4 +19,4 @@ pycparser==2.21
requests==2.31.0 requests==2.31.0
typing_extensions==4.9.0 typing_extensions==4.9.0
urllib3==2.1.0 urllib3==2.1.0
Werkzeug==3.0.1 Werkzeug==3.0.0