Bump base image to Python 3.10.13
This commit is contained in:
parent
0b377c8faa
commit
19cfeda504
@ -2,7 +2,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
FROM python:3.9.18-alpine as base
|
||||
FROM python:3.10.13-alpine as base
|
||||
|
||||
ENV PYROOT /pyroot
|
||||
ENV PYTHONUSERBASE $PYROOT
|
||||
|
Reference in New Issue
Block a user