From 074988032ea6e9eb07bbb43fc23b6ea8883d5940 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 16:55:18 +0100 Subject: [PATCH] Update python Docker tag to v3.11.5 (#117) 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 6198bb2..d8e7a9b 100755 --- a/base-fullbuild/Dockerfile +++ b/base-fullbuild/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:latest -FROM python:3.11.4-alpine3.18 as base +FROM python:3.11.5-alpine3.18 as base ARG TARGETARCH LABEL maintainer='modem7'