From 0cffd5c297f82700a30f086483e0ab95fc617cd3 Mon Sep 17 00:00:00 2001 From: YoursFunny Date: Tue, 23 Jun 2026 23:46:27 +0800 Subject: [PATCH] revert to python 3.12 due to incompatibility of async-pixiv module --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 60b5ca0..aa31de7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim-bullseye +FROM python:3.12-slim-bullseye LABEL maintainer="admin@yoursfunny.top"