mirror of
https://github.com/tubearchivist/docs.git
synced 2024-11-14 16:10:12 +00:00
bump python base
This commit is contained in:
parent
30c3efa29d
commit
d99e536c56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user