Skip to content

Commit

Permalink
Update python version to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Oct 20, 2024
1 parent 9f74040 commit 733cdd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.12-slim
FROM python:3.13-slim
WORKDIR /home/

ENV APP_HOME=/home/
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ huey==2.5.2
humanfriendly==10.0
prometheus-client==0.21.0
prompt-toolkit==3.0.48
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
Pillow==10.4.0
python-json-logger==2.0.7
qrcode==8.0
Expand Down

0 comments on commit 733cdd5

Please sign in to comment.