From fcdac7ffe5185bd57d8fe99e999913e5456602a2 Mon Sep 17 00:00:00 2001 From: KittenTM Date: Wed, 22 Apr 2026 04:00:55 +0200 Subject: [PATCH] docker: build using highest compat python version --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index da8568d..9d885b8 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.12-slim RUN apt-get update && apt-get install -y curl build-essential \ && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \