Skip to content

Commit

Permalink
Update Dockerfile to py3.11 (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
zarya authored Nov 19, 2024
1 parent 7173639 commit 02662d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-bullseye
FROM python:3.11-slim-bullseye

ENV PYTHONFAULTHANDLER=1 \
PYTHONUNBUFFERED=1 \
Expand All @@ -24,7 +24,8 @@ RUN apt-get update \
libpq-dev \
libjpeg-dev \
libgdal-dev \
wkhtmltopdf
wkhtmltopdf \
git

RUN --mount=type=bind,readwrite,source=.,target=/app \
pip3 install --no-cache-dir /app[dev,test]
Expand Down

0 comments on commit 02662d6

Please sign in to comment.