From 9a5e9ffaa78c81180a8678cdf294e9a8225a0471 Mon Sep 17 00:00:00 2001 From: Brain Date: Mon, 4 Dec 2023 19:33:32 +0100 Subject: [PATCH] Pin version more specifically --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fbfd228..c8fe466 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0-or-later -FROM python:3.8-alpine as base +FROM python:3.8.18-alpine as base ENV PYROOT /pyroot ENV PYTHONUSERBASE $PYROOT