From c67aa57974c809ba692c3837e50edb4d3cb8f5e7 Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Mon, 18 Dec 2023 23:21:39 +0800 Subject: [PATCH] build: python version `3.10` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac16e9b..00d94b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PYTHON="python:3.9-alpine3.18" +ARG PYTHON="python:3.10-alpine3.18" FROM ${PYTHON} AS builder ENV SYNCPLAY="1.7.1-RC1"