From 49dfca8c038fe07e019ac9992de32dee2c349e7f Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 19 Apr 2024 19:13:44 +0200 Subject: [PATCH] update base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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