Skip to content

Commit d485033

Browse files
committed
gevent version upgrade for vulnerability issue
1 parent ca67230 commit d485033

4 files changed

Lines changed: 697 additions & 271 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN apt-get update && \
6868
apt-get -q install --no-install-recommends -y \
6969
postgresql-client libgeos3.11.1 proj-bin curl && \
7070
apt-get clean && rm -rf /var/lib/apt/lists/*
71-
COPY --from=build \
71+
COPY --from=build --chown=appuser:appuser \
7272
/home/appuser/.local \
7373
/home/appuser/.local
7474
USER appuser:appuser

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ services:
3939
- tasking-manager.env
4040
volumes:
4141
- ./pyproject.toml:/usr/src/app/pyproject.toml
42+
- ./pdm.lock:/usr/src/app/pdm.lock
4243
- ./backend:/usr/src/app/backend
4344
- ./tests:/usr/src/app/tests
4445
- ./migrations:/usr/src/app/migrations/

0 commit comments

Comments
 (0)