From d0540e591c26e6833b858cc76a7c3cac16f55c81 Mon Sep 17 00:00:00 2001 From: David Habgood Date: Fri, 28 Jun 2024 14:27:12 +1000 Subject: [PATCH] Specify Python 3.12.3; 3.12 defaults to 3.12.4 which fails on `pipx install poetry` (#238) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13b31759..3d7423d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG PREZ_VERSION -ARG PYTHON_VERSION=3.12 +ARG PYTHON_VERSION=3.12.3 ARG POETRY_VERSION=1.8.1 ARG VIRTUAL_ENV=/opt/venv