Compare commits

...

2 Commits
v1.1.0 ... main

Author SHA1 Message Date
Brain b7a7cddb90
Bump base image to Python 3.11.7 2024-01-12 00:39:52 +01:00
Brain 19cfeda504
Bump base image to Python 3.10.13 2024-01-12 00:39:04 +01:00
1 changed files with 1 additions and 1 deletions

View File

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