Skip to content

Commit

Permalink
Update docker Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
devdupont committed Dec 2, 2024
1 parent e7fba17 commit 9fcc250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start from the official Python 3.12 container
FROM python:3.12.2
# Start from the official Python 3.13 container
FROM python:3.13.0

# Expose the default Quart port
EXPOSE 8000
Expand Down

0 comments on commit 9fcc250

Please sign in to comment.