From 40ee4e0d15ac3f78f67af6e4c7d518f08285cfcf Mon Sep 17 00:00:00 2001 From: rti Date: Mon, 3 Feb 2025 08:01:53 +0100 Subject: [PATCH] chore: bump docker python to 3.12 (#64) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21c5ae74..2cab5f36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Accompanied by a docker compose file for conveniently mounting # the project directory into the container and opening ports. -FROM python:3.10.12-slim +FROM python:3.12-slim RUN mkdir /workspace WORKDIR /workspace