Skip to content

Commit

Permalink
Bump python from 3.11 to 3.12
Browse files Browse the repository at this point in the history
Bumps python from 3.11 to 3.12.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 22, 2023
1 parent 97fa6d6 commit 9992e2d
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.11
FROM python:3.12
# Instructions from https://fastapi.tiangolo.com/deployment/docker/
ARG USER_UID
ARG USER_GID
Expand Down

0 comments on commit 9992e2d

Please sign in to comment.