From 39a3b7237e8d77ad3419cdd6d8a66685ceb92362 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Jun 2026 01:05:31 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee8a96c..56e564a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-alpine +FROM python:3.14-alpine LABEL maintainer="Julien Cabillot " ARG CLI_VERSION=1.16.148