File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- ARG PYTHON_VERSION=3.10-slim-buster
1+ # https://www.debian.org/releases/stable/
2+ # https://hub.docker.com/_/python/
3+ ARG PYTHON_VERSION=3.13-slim-bookworm
24
35FROM python:${PYTHON_VERSION}
46
@@ -20,7 +22,7 @@ RUN apt-get install -y --no-install-recommends \
2022 make \
2123 build-essential \
2224 g++ \
23- postgresql-client \
25+ postgresql-client libpq-dev \
2426 git
2527
2628RUN mkdir -p /code
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ django-enforce-host==1.1.0
2121defusedxml==0.7.1
2222
2323# Used for image field handling
24- pillow==10 .3.0
24+ pillow==11 .3.0
Original file line number Diff line number Diff line change 11-r common.txt
22
33# Database server
4- psycopg2-binary==2.9.9
4+ # https://www.psycopg.org/docs/install.html#install-from-source
5+ psycopg2==2.9.10
56
67# Email
78django-anymail==10.3
You can’t perform that action at this time.
0 commit comments