Bump base image to Python 3.9.18

This commit is contained in:
Brain 2024-01-12 00:33:55 +01:00
parent 9a5e9ffaa7
commit 0b377c8faa
Signed by: Brain
GPG Key ID: EE936E31EE3AEE7A
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.8.18-alpine as base
FROM python:3.9.18-alpine as base
ENV PYROOT /pyroot
ENV PYTHONUSERBASE $PYROOT