update libs

This commit is contained in:
simon 2022-11-29 14:04:32 +07:00
parent 2d26277553
commit d63369b620
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# build requirements
FROM python:3.10.5-slim-bullseye AS builder
FROM python:3.10.8-slim-bullseye AS builder
RUN apt-get -y update && \
apt-get -y install --no-install-recommends \
@ -11,7 +11,7 @@ RUN pip install --upgrade pip && pip install --user -r requirements.txt
# load in main image
FROM python:3.10.5-slim-bullseye as tilefy
FROM python:3.10.8-slim-bullseye as tilefy
ARG INSTALL_DEBUG
ENV PYTHONUNBUFFERED 1

View File

@ -1,8 +1,8 @@
APScheduler==3.9.1
APScheduler==3.9.1.post1
beautifulsoup4==4.11.1
flask==2.1.2
Pillow==9.1.1
flask==2.2.2
Pillow==9.3.0
PyYAML==6.0
redis==4.3.4
requests==2.28.0
uwsgi==2.0.20
redis==4.3.5
requests==2.28.1
uwsgi==2.0.21