Skip to content

Commit

Permalink
chore: upgrade django, use python 3.12 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen authored Oct 18, 2024
1 parent 07f9e39 commit b0235e0
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.10-alpine
FROM python:3.12-alpine

# Set the file maintainer (your name - the file's author)
MAINTAINER Ronald Moesbergen
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==5.0.9
Django==5.1.2
gunicorn==23.0.0
mysqlclient==2.2.4
oauthlib==3.2.2
Expand Down

0 comments on commit b0235e0

Please sign in to comment.