From 4bdf3e0f6368f99a145358cba63bd14b9099b909 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 10 Mar 2023 22:26:24 +0000 Subject: [PATCH] Revert "Update python Docker tag to v3.11" This reverts commit 692a7eab379fdd2cca7c0ee68eeff8c4b4fd9d95. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6c0c620..ae1b42a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM python:3.10-alpine WORKDIR /app COPY . /app RUN pip install .