From d535fe3743c2343923a0a9a2190fa0016ee8b27b Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 6 Feb 2024 09:49:55 +0100 Subject: [PATCH] test trivy --- Dockerfile | 1 + src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c68bd5..d0a1550 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ WORKDIR ${APP_DIR} RUN \ apk add --no-cache build-base libpq-dev && \ + pip install --upgrade pip && \ pip install -r requirements.txt && \ 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 && \ diff --git a/src/requirements.txt b/src/requirements.txt index 2b6229e..0ae78a3 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -19,4 +19,4 @@ pycparser==2.21 requests==2.31.0 typing_extensions==4.9.0 urllib3==2.1.0 -Werkzeug==3.0.1 +Werkzeug==3.0.0