From e78494d258f31eb09136306b2f6fcc2fbe830d8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:07:01 +0000 Subject: [PATCH] chore(docker): update python:3.11-alpine docker digest to 3e73c0b --- Containerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index fc2b4e8..7ad2425 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -1,4 +1,4 @@ -FROM python:3.11-alpine@sha256:a7a69091fbe63d3f81faaee629b07b15a750de0900b39a353a4ff8822cfc7382 +FROM python:3.11-alpine@sha256:3e73c0b6c1f0205225359acac5c8ab1852e7281248d72afda3e1bb8c6f47deab LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow "