update base image

This commit is contained in:
Simon 2024-04-19 19:13:44 +02:00
parent a9ae0e3811
commit 49dfca8c03
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -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