diff --git a/Dockerfile b/Dockerfile index 6f5c209e..3c142df7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1 - Compile needed python dependencies -FROM python:3.11-slim-bullseye AS backend-build +FROM python:3.11-slim-bookworm AS backend-build RUN apt-get update && apt-get install -y --no-install-recommends \ pkg-config \ @@ -33,7 +33,7 @@ RUN npm run build # Stage 3 - Build docker image suitable for execution and deployment -FROM python:3.11-slim-bullseye AS production +FROM python:3.11-slim-bookworm AS production # Stage 3.1 - Set up the needed production dependencies # install all the dependencies for GeoDjango