From fd0a59d97bc3e72c5ad1e22c1349e3168012eb04 Mon Sep 17 00:00:00 2001 From: Martin Bernstorff Date: Sun, 1 Oct 2023 11:56:36 +0000 Subject: [PATCH] ci: align dockerfile devcontainer python with rest of project --- Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dev b/Dockerfile.dev index 21e866ad..0bfbcc00 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.11 +FROM python:3.09 # Set the working directory to /app WORKDIR /app