From 8893b705b5b466a65d9ed19d44455868a2b3e543 Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Sat, 12 Apr 2025 15:17:02 +0800 Subject: [PATCH] build: python version `3.12` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5507333..70aca39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PYTHON="python:3.10-alpine3.18" +ARG PYTHON="python:3.12-alpine3.21" FROM ${PYTHON} AS builder ENV SYNCPLAY="1.7.4"