From dce3b397750e5a281652993986ac7326a21ac853 Mon Sep 17 00:00:00 2001 From: "terminator-bot[bot]" <184962450+terminator-bot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:21:41 +0000 Subject: [PATCH] chore(deps): update docker.io/library/python docker tag to v3.14 | datasource | package | from | to | | ---------- | ------------------------ | ---- | ---- | | docker | docker.io/library/python | 3.13 | 3.14 | --- apps/sabnzbd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sabnzbd/Dockerfile b/apps/sabnzbd/Dockerfile index e5429ef..21442ff 100644 --- a/apps/sabnzbd/Dockerfile +++ b/apps/sabnzbd/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:3.13-alpine +FROM docker.io/library/python:3.14-alpine ARG TARGETPLATFORM ARG VERSION