From bd3d6bf97220f3baf7a329dedb10ca1109bce096 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 03:33:39 +0000 Subject: [PATCH] chore(docker): update docker digests --- Containerfile.multiarch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index eec6f2b..061082f 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23@sha256:a36ef96c0e0116c0626e4408e2d0c75829df696598379edc41ecd0f9caaa83bc as build +FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.23@sha256:4a3c2bcd243d3dbb7b15237eecb0792db3614900037998c2cd6a579c46888c1e as build ARG TARGETOS ARG TARGETARCH @@ -8,7 +8,7 @@ WORKDIR /src RUN make build -FROM docker.io/python:3.12-alpine@sha256:aeff64320ffb81056a2afae9d627875c5ba7d303fb40d6c0a43ee49d8f82641c +FROM docker.io/python:3.12-alpine@sha256:4dae8a34125c839fce52c0b4efa963b1be1ce7e84df8eb1a62136049010916da LABEL maintainer="Robert Kaussow " LABEL org.opencontainers.image.authors="Robert Kaussow "