Skip to content

Commit

Permalink
Build docker image with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Feb 1, 2024
1 parent 6be1c43 commit 1f21e9d
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,4 +1,4 @@
FROM python:3.9-slim-buster
FROM python:3.12-slim-bookworm

ARG BUILD_DEPS=" \
curl \
Expand All @@ -24,7 +24,7 @@ WORKDIR /code/website

# Python dependencies
RUN pip install --upgrade pip \
&& pip install uWSGI==2.0.21 poetry==1.3.2
&& pip install uWSGI==2.0.23 poetry==1.7.1
COPY poetry.lock pyproject.toml /code/website/
RUN poetry config virtualenvs.create false \
&& poetry install --no-interaction --no-ansi
Expand Down

0 comments on commit 1f21e9d

Please sign in to comment.