Skip to content

Commit

Permalink
bump all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Sep 21, 2023
1 parent 51eb54e commit 1e9c057
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.12-slim-buster
FROM python:3.11-slim-buster

RUN mkdir /apolpi

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.0.1
Flask-SQLAlchemy
psycopg2-binary
gunicorn
Flask-SQLAlchemy==3.1.1
Flask==2.3.3
gunicorn==21.2.0
psycopg2-binary==2.9.7

0 comments on commit 1e9c057

Please sign in to comment.