From 4db13815bdd3dfa5e58d8b49bbcf7e3b8df8fc4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 04:12:10 +0000 Subject: [PATCH] chore(docker): update docker.io/python:3.12-alpine docker digest to c7eb5c9 --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 7af8536..7f1be73 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -8,7 +8,7 @@ WORKDIR /src RUN make build -FROM docker.io/python:3.12-alpine@sha256:25a82f6f8b720a6a257d58e478a0a5517448006e010c85273f4d9c706819478c +FROM docker.io/python:3.12-alpine@sha256:c7eb5c92b7933fe52f224a91a1ced27b91840ac9c69c58bef40d602156bcdb41 LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow "