From 8886fc7c81362737fba39bbecd98aaa7f7478986 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 08:36:57 +0100 Subject: [PATCH] Update python Docker tag to v3.12.5 (#148) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- base-fullbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-fullbuild/Dockerfile b/base-fullbuild/Dockerfile index b252553..4efae49 100755 --- a/base-fullbuild/Dockerfile +++ b/base-fullbuild/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:latest -FROM python:3.12.4-alpine3.19 as base +FROM python:3.12.5-alpine3.19 as base ARG TARGETARCH LABEL maintainer='modem7'