Skip to content

Commit

Permalink
fix: use Python 3.11 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Sep 19, 2023
1 parent 1de9369 commit fbbfd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG USER_UID=1000
ARG USER_GID=1000


FROM python:3.9
FROM python:3.11
# Instructions from https://fastapi.tiangolo.com/deployment/docker/
ARG USER_UID
ARG USER_GID
Expand Down

0 comments on commit fbbfd6b

Please sign in to comment.