From 2f6a1ae3f0c450c2e0842d6cf9405bb83eb0a4f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 21:57:02 +0100 Subject: [PATCH] chore(deps): pin golang docker tag to 06fc512 (#173) --- Dockerfile.multiarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.multiarch b/Dockerfile.multiarch index 6acba7c..758ba23 100644 --- a/Dockerfile.multiarch +++ b/Dockerfile.multiarch @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.19 as build +FROM --platform=$BUILDPLATFORM golang:1.19@sha256:06fc512f4d8d2e7873132386f535e998b656404a9eba8a9a3084d9916d2c6e73 as build ARG TARGETOS ARG TARGETARCH