From cd3108628fe32ca681c60c132e5ed1a624e767d1 Mon Sep 17 00:00:00 2001 From: ialejandro <14978633+ialejandro@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:58:43 +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 ad00108..0ddd1ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG PYTHON_VERSION=3.12.4-slim +ARG PYTHON_VERSION=3.12.5 FROM python:${PYTHON_VERSION}