docker: build using highest compat python version

This commit is contained in:
kittentm 2026-04-22 04:00:55 +02:00
commit fcdac7ffe5
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91

View file

@ -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 - \