bump python base

This commit is contained in:
Simon 2023-07-30 23:15:20 +07:00
parent 30c3efa29d
commit d99e536c56
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.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