diff --git a/Dockerfile b/Dockerfile index 90fdd1e63..82faa1a7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM python:3.12-alpine +FROM python:3.14-alpine ARG VERSION="git" # Removed rust/cargo (not needed with uv), simplified package list