From 705aa4d6a8f51ff562af05f4fbbd56dc8b1f1c36 Mon Sep 17 00:00:00 2001 From: ES-Alexander Date: Wed, 4 Oct 2023 22:56:24 -0700 Subject: [PATCH] Dockerfile: specify Python version to ensure build success --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 495b5eb..6db9f8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-slim +FROM python:3.11-slim COPY app /app RUN python -m pip install /app --extra-index-url https://www.piwheels.org/simple