From 92a2ac0837ce51743b2d03f32dab3ef20a681be9 Mon Sep 17 00:00:00 2001 From: Harrison Fisher Date: Thu, 1 Jan 2026 17:51:42 -0800 Subject: [PATCH] Update python to 3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a48c3af..8de2cda0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base image -FROM python:3.10-slim +FROM python:3.11-slim # Install system dependencies, build tools, and libraries RUN apt-get update && apt-get install -y --no-install-recommends \