Skip to content

Commit

Permalink
deps: python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaurele committed Jan 18, 2024
1 parent 7bced43 commit 2bec2b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
####################
# BACKEND BUILDER #
####################
FROM python:3.11-alpine as builder
FROM python:3.12-alpine as builder

ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
Expand Down Expand Up @@ -45,7 +45,7 @@ RUN set -ex \
#################
# Runtime stage #
#################
FROM python:3.11-alpine as production
FROM python:3.12-alpine as production

ARG version=development
ENV VERSION=${version}
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.12"
fastapi = "^0.108.0"
urllib3 = "^2.1.0"
uvicorn = "^0.25.0"
Expand Down

0 comments on commit 2bec2b7

Please sign in to comment.