Bump base image to Python 3.11.7

This commit is contained in:
2024-01-12 00:39:52 +01:00
parent 19cfeda504
commit b7a7cddb90

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM python:3.10.13-alpine as base
FROM python:3.11.7-alpine as base
ENV PYROOT /pyroot
ENV PYTHONUSERBASE $PYROOT