From 7f7b1ac9053997c23baaf103f341c7cb87cbf341 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 02:26:47 +0100 Subject: [PATCH] Update python Docker tag to v3.12.4 (#143) 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 c70f2e6..4dfecae 100755 --- a/base-fullbuild/Dockerfile +++ b/base-fullbuild/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:latest -FROM python:3.12.3-alpine3.19 as base +FROM python:3.12.4-alpine3.19 as base ARG TARGETARCH LABEL maintainer='modem7'