From f99ab41172680124861747d78c200b6ecdaa4408 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 13 Jul 2025 23:52:56 +0300 Subject: [PATCH] build: :arrow_up: Upgrade python version --- 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"