diff --git a/src/Dockerfile b/src/Dockerfile index 06f635e7b..7ca9a0619 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim-bullseye AS builder +FROM python:3.12-slim-bullseye AS builder MAINTAINER datapunt@amsterdam.nl RUN apt update && apt install --no-install-recommends -y \ @@ -14,7 +14,7 @@ RUN python -m pip install uwsgi RUN python -m pip install --no-cache-dir --no-deps -r $PIP_REQUIREMENTS # Start runtime image, -FROM python:3.11-slim-bullseye +FROM python:3.12-slim-bullseye RUN useradd -U -r dsoapi RUN apt update && apt install --no-install-recommends -y \ curl \