From 5c52cb4f5f4d33103331bd81738dc69c5e273187 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 16 Nov 2025 00:42:46 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- 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 bc702af..f9d9da2 100644 --- a/image-buiild/vote/Dockerfile +++ b/image-buiild/vote/Dockerfile @@ -1,5 +1,5 @@ # Using official python runtime base image -FROM python:3.13-slim +FROM python:3.14-slim # add curl for healthcheck RUN apt-get update \ -- 2.49.1