mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-21 19:30:12 +00:00
bump dependencies
This commit is contained in:
parent
e24383643f
commit
8296f8dfa2
@ -1,5 +1,5 @@
|
|||||||
# builder
|
# builder
|
||||||
FROM python:3.11.3-slim-bullseye as builder
|
FROM python:3.11.8-slim-bookworm as builder
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
build-essential
|
build-essential
|
||||||
@ -8,7 +8,7 @@ COPY requirements.txt /requirements.txt
|
|||||||
RUN pip install --user -r requirements.txt
|
RUN pip install --user -r requirements.txt
|
||||||
|
|
||||||
# final
|
# final
|
||||||
FROM python:3.11.3-slim-bullseye as tubearchivist-web
|
FROM python:3.11.8-slim-bookworm as tubearchivist-web
|
||||||
|
|
||||||
ARG INSTALL_DEBUG
|
ARG INSTALL_DEBUG
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED 1
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
APScheduler==3.10.1
|
APScheduler==3.10.4
|
||||||
beautifulsoup4==4.12.2
|
beautifulsoup4==4.12.3
|
||||||
flask==2.3.2
|
flask==3.0.3
|
||||||
markdown==3.4.4
|
markdown==3.6
|
||||||
matplotlib==3.7.2
|
matplotlib==3.8.4
|
||||||
pandas==2.0.3
|
pandas==2.2.2
|
||||||
psycopg2-binary==2.9.6
|
psycopg2-binary==2.9.9
|
||||||
redis==4.6.0
|
redis==5.0.3
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
uWSGI==2.0.22
|
uWSGI==2.0.25.1
|
||||||
|
Loading…
Reference in New Issue
Block a user