Skip to content

Commit

Permalink
bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bbilly1 committed Feb 20, 2024
1 parent d8f54da commit 14263c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build requirements
FROM python:3.10.8-slim-bullseye AS builder
FROM python:3.11.7-slim-bookworm AS builder

RUN apt-get -y update && \
apt-get -y install --no-install-recommends \
Expand All @@ -11,7 +11,7 @@ RUN pip install --upgrade pip && pip install --user -r requirements.txt


# load in main image
FROM python:3.10.8-slim-bullseye as tilefy
FROM python:3.11.7-slim-bookworm as tilefy
ARG INSTALL_DEBUG
ENV PYTHONUNBUFFERED 1

Expand Down
16 changes: 8 additions & 8 deletions tilefy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
APScheduler==3.9.1.post1
beautifulsoup4==4.11.1
flask==2.2.2
Pillow==9.3.0
PyYAML==6.0
redis==4.3.5
requests==2.28.1
uwsgi==2.0.21
APScheduler==3.10.4
beautifulsoup4==4.12.3
flask==3.0.2
Pillow==10.2.0
PyYAML==6.0.1
redis==5.0.1
requests==2.31.0
uwsgi==2.0.24

0 comments on commit 14263c8

Please sign in to comment.