From 19cfeda50476f7b501e237f5e2d03a0db175ca5c Mon Sep 17 00:00:00 2001 From: Brain Date: Fri, 12 Jan 2024 00:39:04 +0100 Subject: [PATCH] Bump base image to Python 3.10.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b0bc5b..50246a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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