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