From cf5f183bfaa640c3651ba23cba90d81436863bda Mon Sep 17 00:00:00 2001 From: ialejandro <14978633+ialejandro@users.noreply.github.com> Date: Thu, 5 Dec 2024 01:14:37 +0000 Subject: [PATCH] feat: new bitbucket-bot version python --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fad96c..279f7b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PYTHON_VERSION=3.13.0 +ARG PYTHON_VERSION=3.13.1 FROM python:${PYTHON_VERSION}-alpine