diff --git a/Dockerfile b/Dockerfile index 50246a8..e73cb8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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