From 7f423ab625846b5e12ea9a4cc8566521c8b874db Mon Sep 17 00:00:00 2001 From: Bill Lau <656860993@qq.com> Date: Fri, 18 Jul 2025 14:53:48 +0800 Subject: [PATCH] fix mirror expired issue: https://github.com/cross-the-world/ssh-scp-ssh-pipelines/issues/18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92be982..72d5fcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.3-slim-buster +FROM python:3.12-slim LABEL "maintainer"="Scott Ng " LABEL "repository"="https://github.com/cross-the-world/ssh-scp-ssh-pipelines"