From 21dce4d27b7aab92661768ac01216f2cff064476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:12:00 +0000 Subject: [PATCH] [deps] Bump python in /images/openwisp_base Bumps python from 3.12-slim-bullseye to 3.13-slim-bullseye. --- updated-dependencies: - dependency-name: python 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 33800008..95235a2d 100644 --- a/images/openwisp_base/Dockerfile +++ b/images/openwisp_base/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bullseye AS system +FROM python:3.13-slim-bullseye AS system # System requirements: # 1. gettext: Required by envsubst used in scripts