Skip to content

Commit

Permalink
Added upgrade docker feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 20, 2023
1 parent 0dd9a14 commit 382c305
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 @@
ARG PYTHON_VERSION=3.10
ARG PYTHON_VERSION=3.11

FROM docker.io/python:${PYTHON_VERSION}-slim-bookworm as base

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ newrelic == 7.2.4.171
sentry-sdk == 1.5.12

area==1.1.1
orjson==3.6.7
orjson==3.9.10
boto3==1.24.38
fastapi-versioning==0.10.0
redis==4.3.4
Expand Down

0 comments on commit 382c305

Please sign in to comment.