From c4a5f5a47a17f5745e43bc299437b748f72e7f8e Mon Sep 17 00:00:00 2001 From: yuetsh <51725939@qq.com> Date: Tue, 11 Jun 2024 13:01:14 +0800 Subject: [PATCH] fix python version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0db3ea..40f3666 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.12.3-alpine ARG TARGETARCH ARG TARGETVARIANT