From 0ee8d2e6a47cb8831d10936308e0a0d5b91862df Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 13 Sep 2024 03:07:07 +0000
Subject: [PATCH] chore(docker): update python:3.12-alpine docker digest to
 7593fc6

---
 Containerfile.multiarch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Containerfile.multiarch b/Containerfile.multiarch
index 55fcb99..1c760dd 100644
--- a/Containerfile.multiarch
+++ b/Containerfile.multiarch
@@ -1,4 +1,4 @@
-FROM python:3.12-alpine@sha256:e0e4d3db19333a970e7acfdcb8863efe065be6c3038ef5018694f98162bffec0
+FROM python:3.12-alpine@sha256:7593fc658f7565d8e340714cb6219bfb0737d4b942034fe0f4cc9296a8b36a29
 
 LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
 LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"