From d99e536c56c882a02f711e0b2add7ae3717bec6a Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 30 Jul 2023 23:15:20 +0700 Subject: [PATCH] bump python base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 137dcbc..85036c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # build the docs and load static files into nginx -FROM python:3.10.9-slim-bullseye AS builder +FROM python:3.11.3-slim-bullseye AS builder ENV PATH=/root/.local/bin:$PATH RUN apt-get update -y && apt-get install -y libcairo2