From cdab6ea9dea9f103597ba03d836380702acc1a45 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Jan 2025 15:32:00 +0000 Subject: [PATCH] fix(deps): update python docker tag to v3.13 --- autopush/container/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopush/container/Containerfile b/autopush/container/Containerfile index 1535ff5..25167df 100644 --- a/autopush/container/Containerfile +++ b/autopush/container/Containerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim +FROM python:3.13-slim # Set the working directory WORKDIR /app