From 39be2a1a1316cc13833bc38f556757b82f9040dd Mon Sep 17 00:00:00 2001 From: Piotr Gaczkowski Date: Mon, 27 Nov 2023 19:48:38 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59e23c0..77ac5c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.11-slim COPY pyproject.toml poetry.lock /src/orpheus/