From a5ba64a9e14b7be56140517aa652c9ca4f7bc696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 22:08:56 +0000 Subject: [PATCH] [deps] Bump python in /images/openwisp_base Bumps python from 3.13-slim-trixie to 3.14-slim-trixie. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim-trixie dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- images/openwisp_base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/openwisp_base/Dockerfile b/images/openwisp_base/Dockerfile index b2b6e9cf..2cb368de 100644 --- a/images/openwisp_base/Dockerfile +++ b/images/openwisp_base/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim-trixie AS system +FROM python:3.14-slim-trixie AS system # System requirements: # 1. gettext: Required by envsubst used in scripts