From d63369b6206060ff2c9c0f176c6d49ddc12f60cc Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 29 Nov 2022 14:04:32 +0700 Subject: [PATCH] update libs --- Dockerfile | 4 ++-- tilefy/requirements.txt | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5e034de..f398526 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/tilefy/requirements.txt b/tilefy/requirements.txt index af74dcf..32eb72e 100644 --- a/tilefy/requirements.txt +++ b/tilefy/requirements.txt @@ -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