From bcd310c9c2d4c4ca296381a33c0e98c46fd708a8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 20 Oct 2024 02:07:03 +0000 Subject: [PATCH] Update python Docker tag to v3.13 --- image-buiild/vote/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-buiild/vote/Dockerfile b/image-buiild/vote/Dockerfile index 45b60fa..bc702af 100644 --- a/image-buiild/vote/Dockerfile +++ b/image-buiild/vote/Dockerfile @@ -1,5 +1,5 @@ # Using official python runtime base image -FROM python:3.12-slim +FROM python:3.13-slim # add curl for healthcheck RUN apt-get update \ -- 2.49.1