diff --git a/tubearchivist/web/Dockerfile b/tubearchivist/web/Dockerfile index 33eae3f..5bb74e8 100644 --- a/tubearchivist/web/Dockerfile +++ b/tubearchivist/web/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.4-slim-bullseye +FROM python:3.10.5-slim-bullseye RUN apt-get clean && apt-get -y update && \ apt-get -y install --no-install-recommends \ diff --git a/tubearchivist/web/requirements.txt b/tubearchivist/web/requirements.txt index e1a048f..b443d1a 100644 --- a/tubearchivist/web/requirements.txt +++ b/tubearchivist/web/requirements.txt @@ -4,5 +4,5 @@ ipython==8.4.0 markdown==3.3.7 psycopg2==2.9.3 redis==4.3.3 -requests==2.27.1 +requests==2.28.0 uWSGI==2.0.20