diff --git a/Dockerfile b/Dockerfile index 85036c4..e4b26bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # build the docs and load static files into nginx -FROM python:3.11.3-slim-bullseye AS builder +FROM python:3.11.8-slim-bookworm AS builder ENV PATH=/root/.local/bin:$PATH RUN apt-get update -y && apt-get install -y libcairo2